We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9177947 + 924c215 commit b67c63bCopy full SHA for b67c63b
services/java/com/android/server/wm/WindowAnimator.java
@@ -394,6 +394,8 @@ private void testTokenMayBeDrawnLocked() {
394
"Setting mOrientationChangeComplete=true because wtoken "
395
+ wtoken + " numInteresting=" + numInteresting
396
+ " numDrawn=" + wtoken.numDrawnWindows);
397
+ // This will set mOrientationChangeComplete and cause a pass through layout.
398
+ mPendingLayoutChanges |= WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
399
}
400
} else if (!wtoken.allDrawn) {
401
int numInteresting = wtoken.numInterestingWindows;
0 commit comments