Loading services/core/java/com/android/server/wm/DockedStackDividerController.java +4 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ public class DockedStackDividerController implements DimLayerUser { stack.getDimBounds(mTmpRect); if (mTmpRect.height() > 0 && mTmpRect.width() > 0) { mDimLayer.setBounds(mTmpRect); mDimLayer.show(mDisplayContent.mService.mLayersController.getResizeDimLayer(), mDimLayer.show(mService.mLayersController.getResizeDimLayer(), alpha, 0 /* duration */); } else { visibleAndValid = false; Loading Loading @@ -543,6 +543,9 @@ public class DockedStackDividerController implements DimLayerUser { } else if (mAnimatingForIme) { return animateForIme(now); } else { if (mDimLayer != null) { mDimLayer.setLayer(mService.mLayersController.getResizeDimLayer()); } return false; } } Loading services/core/java/com/android/server/wm/TaskStack.java +0 −3 Original line number Diff line number Diff line Loading @@ -119,7 +119,6 @@ public class TaskStack implements DimLayer.DimLayerUser, // Whether the stack and all its tasks is currently being drag-resized private boolean mDragResizing; private final Rect mLastContentBounds = new Rect(); private final Rect mTmpAdjustedBounds = new Rect(); private boolean mAdjustedForIme; private boolean mImeGoingAway; Loading Loading @@ -975,7 +974,6 @@ public class TaskStack implements DimLayer.DimLayerUser, contentBounds.bottom = imeTop; } mLastContentBounds.set(contentBounds); final int yOffset = displayContentRect.bottom - contentBounds.bottom; final int dividerWidth = Loading Loading @@ -1085,7 +1083,6 @@ public class TaskStack implements DimLayer.DimLayerUser, } if (!adjust) { mTmpAdjustedBounds.setEmpty(); mLastContentBounds.setEmpty(); } setAdjustedBounds(mTmpAdjustedBounds); Loading Loading
services/core/java/com/android/server/wm/DockedStackDividerController.java +4 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ public class DockedStackDividerController implements DimLayerUser { stack.getDimBounds(mTmpRect); if (mTmpRect.height() > 0 && mTmpRect.width() > 0) { mDimLayer.setBounds(mTmpRect); mDimLayer.show(mDisplayContent.mService.mLayersController.getResizeDimLayer(), mDimLayer.show(mService.mLayersController.getResizeDimLayer(), alpha, 0 /* duration */); } else { visibleAndValid = false; Loading Loading @@ -543,6 +543,9 @@ public class DockedStackDividerController implements DimLayerUser { } else if (mAnimatingForIme) { return animateForIme(now); } else { if (mDimLayer != null) { mDimLayer.setLayer(mService.mLayersController.getResizeDimLayer()); } return false; } } Loading
services/core/java/com/android/server/wm/TaskStack.java +0 −3 Original line number Diff line number Diff line Loading @@ -119,7 +119,6 @@ public class TaskStack implements DimLayer.DimLayerUser, // Whether the stack and all its tasks is currently being drag-resized private boolean mDragResizing; private final Rect mLastContentBounds = new Rect(); private final Rect mTmpAdjustedBounds = new Rect(); private boolean mAdjustedForIme; private boolean mImeGoingAway; Loading Loading @@ -975,7 +974,6 @@ public class TaskStack implements DimLayer.DimLayerUser, contentBounds.bottom = imeTop; } mLastContentBounds.set(contentBounds); final int yOffset = displayContentRect.bottom - contentBounds.bottom; final int dividerWidth = Loading Loading @@ -1085,7 +1083,6 @@ public class TaskStack implements DimLayer.DimLayerUser, } if (!adjust) { mTmpAdjustedBounds.setEmpty(); mLastContentBounds.setEmpty(); } setAdjustedBounds(mTmpAdjustedBounds); Loading