Loading packages/SystemUI/src/com/android/systemui/pip/phone/PipMotionHelper.java +5 −4 Original line number Diff line number Diff line Loading @@ -491,11 +491,12 @@ public class PipMotionHelper implements PipAppOpsListener.Callback, Log.d(TAG, "resizeAndAnimatePipUnchecked: toBounds=" + toBounds + " duration=" + duration + " callers=\n" + Debug.getCallers(5, " ")); } if (!toBounds.equals(mBounds)) { // Intentionally resize here even if the current bounds match the destination bounds. // This is so all the proper callbacks are performed. mPipTaskOrganizer.scheduleAnimateResizePip(toBounds, duration, mUpdateBoundsCallback); setAnimatingToBounds(toBounds); } } /** * Returns a MagnetizedObject wrapper for PIP's animated bounds. This is provided to the Loading Loading
packages/SystemUI/src/com/android/systemui/pip/phone/PipMotionHelper.java +5 −4 Original line number Diff line number Diff line Loading @@ -491,11 +491,12 @@ public class PipMotionHelper implements PipAppOpsListener.Callback, Log.d(TAG, "resizeAndAnimatePipUnchecked: toBounds=" + toBounds + " duration=" + duration + " callers=\n" + Debug.getCallers(5, " ")); } if (!toBounds.equals(mBounds)) { // Intentionally resize here even if the current bounds match the destination bounds. // This is so all the proper callbacks are performed. mPipTaskOrganizer.scheduleAnimateResizePip(toBounds, duration, mUpdateBoundsCallback); setAnimatingToBounds(toBounds); } } /** * Returns a MagnetizedObject wrapper for PIP's animated bounds. This is provided to the Loading