Loading services/java/com/android/server/wm/WindowStateAnimator.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -1272,6 +1272,11 @@ class WindowStateAnimator { if (mIsWallpaper) { if (mIsWallpaper) { mService.dispatchWallpaperVisibility(w, true); mService.dispatchWallpaperVisibility(w, true); } } // This draw means the difference between unique content and mirroring. // Run another pass through performLayout to set mHasContent in the // LogicalDisplay. mAnimator.setPendingLayoutChanges(w.getDisplayId(), WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM); } else { } else { w.mOrientationChanging = false; w.mOrientationChanging = false; } } Loading Loading
services/java/com/android/server/wm/WindowStateAnimator.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -1272,6 +1272,11 @@ class WindowStateAnimator { if (mIsWallpaper) { if (mIsWallpaper) { mService.dispatchWallpaperVisibility(w, true); mService.dispatchWallpaperVisibility(w, true); } } // This draw means the difference between unique content and mirroring. // Run another pass through performLayout to set mHasContent in the // LogicalDisplay. mAnimator.setPendingLayoutChanges(w.getDisplayId(), WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM); } else { } else { w.mOrientationChanging = false; w.mOrientationChanging = false; } } Loading