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

Commit b43c85fe authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am 6b16286f: Merge "Notify windows when window animations complete" into jb-dev

* commit '6b16286f':
  Notify windows when window animations complete
parents 661769d0 6b16286f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -454,6 +454,7 @@ public class WindowAnimator {
        mPendingLayoutChanges = 0;
        mCurrentTime = SystemClock.uptimeMillis();
        mBulkUpdateParams = 0;
        boolean wasAnimating = mAnimating;
        mAnimating = false;
        if (WindowManagerService.DEBUG_WINDOW_TRACE) {
            Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
@@ -509,6 +510,8 @@ public class WindowAnimator {

        if (mAnimating) {
            mService.scheduleAnimationLocked();
        } else if (wasAnimating) {
            mService.requestTraversalLocked();
        }
        if (WindowManagerService.DEBUG_WINDOW_TRACE) {
            Slog.i(TAG, "!!! animate: exit mAnimating=" + mAnimating