Loading services/core/java/com/android/server/wm/WindowStateAnimator.java +19 −19 Original line number Diff line number Diff line Loading @@ -633,7 +633,7 @@ class WindowStateAnimator { private boolean shouldConsumeMainWindowSizeTransaction() { // If we use BLASTSync we always consume the transaction when finishing // the sync. if (mService.useBLASTSync()) { if (mService.useBLASTSync() && mWin.useBLASTSync()) { return false; } // We only consume the transaction when the client is calling relayout Loading Loading
services/core/java/com/android/server/wm/WindowStateAnimator.java +19 −19 Original line number Diff line number Diff line Loading @@ -633,7 +633,7 @@ class WindowStateAnimator { private boolean shouldConsumeMainWindowSizeTransaction() { // If we use BLASTSync we always consume the transaction when finishing // the sync. if (mService.useBLASTSync()) { if (mService.useBLASTSync() && mWin.useBLASTSync()) { return false; } // We only consume the transaction when the client is calling relayout Loading