Loading services/core/java/com/android/server/wm/Task.java +9 −1 Original line number Diff line number Diff line Loading @@ -498,7 +498,15 @@ class Task implements DimLayer.DimLayerUser { return; } if (!mFullscreen) { // When minimizing the docked stack when going home, we don't adjust the task bounds // so we need to intersect the task bounds with the stack bounds here. mStack.getBounds(mTmpRect); mTmpRect.intersect(mBounds); out.set(mTmpRect); } else { out.set(mBounds); } return; } Loading Loading
services/core/java/com/android/server/wm/Task.java +9 −1 Original line number Diff line number Diff line Loading @@ -498,7 +498,15 @@ class Task implements DimLayer.DimLayerUser { return; } if (!mFullscreen) { // When minimizing the docked stack when going home, we don't adjust the task bounds // so we need to intersect the task bounds with the stack bounds here. mStack.getBounds(mTmpRect); mTmpRect.intersect(mBounds); out.set(mTmpRect); } else { out.set(mBounds); } return; } Loading