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

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

am c99d3c1f: Stop jank from window animations overlapping activity animations

* commit 'c99d3c1f':
  Stop jank from window animations overlapping activity animations
parents 6c48c431 c99d3c1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1425,6 +1425,8 @@ public final class ViewRootImpl implements ViewParent,

                final int surfaceGenerationId = mSurface.getGenerationId();
                relayoutResult = relayoutWindow(params, viewVisibility, insetsPending);
                mWindowsAnimating |=
                        (relayoutResult & WindowManagerGlobal.RELAYOUT_RES_ANIMATING) != 0;

                if (DEBUG_LAYOUT) Log.v(TAG, "relayout: frame=" + frame.toShortString()
                        + " overscan=" + mPendingOverscanInsets.toShortString()