am c99d3c1f: Stop jank from window animations overlapping activity animations
* commit 'c99d3c1fd618c1f64103b4f39dd95330309be5a3': Stop jank from window animations overlapping activity animations
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user