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

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

am 7aab1134: am c99d3c1f: Stop jank from window animations overlapping activity animations

* commit '7aab1134':
  Stop jank from window animations overlapping activity animations
parents c4b55722 7aab1134
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()