Loading packages/SystemUI/src/com/android/systemui/stackdivider/DividerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,10 @@ public class DividerView extends FrameLayout implements OnTouchListener, if (mTmpRect.equals(mLastResizeRect)) { return; } // Make sure shadows are updated mBackground.invalidate(); mLastResizeRect.set(mTmpRect); mWindowManagerProxy.resizeDockedStack(mTmpRect); } Loading Loading
packages/SystemUI/src/com/android/systemui/stackdivider/DividerView.java +4 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,10 @@ public class DividerView extends FrameLayout implements OnTouchListener, if (mTmpRect.equals(mLastResizeRect)) { return; } // Make sure shadows are updated mBackground.invalidate(); mLastResizeRect.set(mTmpRect); mWindowManagerProxy.resizeDockedStack(mTmpRect); } Loading