Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipController.java +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public class PipController implements PipTransitionController.PipTransitionCallb Rect destBounds = mPipKeepClearAlgorithm.adjust(mPipBoundsState, mPipBoundsAlgorithm); // only move if the bounds are actually different if (destBounds != mPipBoundsState.getBounds()) { if (!destBounds.equals(mPipBoundsState.getBounds())) { if (mPipTransitionState.hasEnteredPip()) { // if already in PiP, schedule separate animation mPipTaskOrganizer.scheduleAnimateResizePip(destBounds, Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipController.java +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public class PipController implements PipTransitionController.PipTransitionCallb Rect destBounds = mPipKeepClearAlgorithm.adjust(mPipBoundsState, mPipBoundsAlgorithm); // only move if the bounds are actually different if (destBounds != mPipBoundsState.getBounds()) { if (!destBounds.equals(mPipBoundsState.getBounds())) { if (mPipTransitionState.hasEnteredPip()) { // if already in PiP, schedule separate animation mPipTaskOrganizer.scheduleAnimateResizePip(destBounds, Loading