Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b89c087a authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Revert "Skip finishResize for non-exit animation if PIP is about to...

Merge "Revert "Skip finishResize for non-exit animation if PIP is about to exit"" into sc-dev am: 05555262

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14607395

Change-Id: I7dc1fcc92c39f94579d9ba66fd791944cabab9cb
parents 54cf98c1 05555262
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -185,16 +185,8 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener,
                mDeferredAnimEndTransaction = tx;
                return;
            }

            if (mState != State.EXITING_PIP || direction == TRANSITION_DIRECTION_LEAVE_PIP) {
                // Finish resize as long as we're not exiting PIP, or, if we are, only if this is
                // the end of the leave PIP animation.
                // This is necessary in case there was a resize animation ongoing when exit PIP
                // started, in which case the first resize will be skipped to let the exit
                // operation handle the final resize out of PIP mode. See b/185306679.
            finishResize(tx, destinationBounds, direction, animationType);
            sendOnPipTransitionFinished(direction);
            }
            if (direction == TRANSITION_DIRECTION_TO_PIP) {
                // TODO (b//169221267): Add jank listener for transactions without buffer updates.
                //InteractionJankMonitor.getInstance().end(