Loading services/core/java/com/android/server/wm/WindowManagerService.java +1 −4 Original line number Diff line number Diff line Loading @@ -10015,7 +10015,7 @@ public class WindowManagerService extends IWindowManager.Stub w.mContentChanged = false; // Moved from updateWindowsAndWallpaperLocked(). if (w.mHasSurface && !w.isHiddenFromUserLocked()) { if (w.mHasSurface) { // Take care of the window being ready to display. final boolean committed = winAnimator.commitFinishDrawingLocked(); Loading Loading @@ -10048,10 +10048,7 @@ public class WindowManagerService extends IWindowManager.Stub } winAnimator.setSurfaceBoundariesLocked(recoveringMemory); } // Check the draw state of the window, but only if it is visible to the user. if (!w.isHiddenFromUserLocked()) { final AppWindowToken atoken = w.mAppToken; if (DEBUG_STARTING_WINDOW && atoken != null && w == atoken.startingWindow) { Loading services/core/java/com/android/server/wm/WindowStateAnimator.java +2 −0 Original line number Diff line number Diff line Loading @@ -1667,6 +1667,8 @@ class WindowStateAnimator { // This must be called while inside a transaction. boolean performShowLocked() { if (mWin.isHiddenFromUserLocked()) { if (DEBUG_VISIBILITY) Slog.w(TAG, "hiding " + mWin + ", belonging to " + mWin.mOwnerUid); mWin.hideLw(false); return false; } if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +1 −4 Original line number Diff line number Diff line Loading @@ -10015,7 +10015,7 @@ public class WindowManagerService extends IWindowManager.Stub w.mContentChanged = false; // Moved from updateWindowsAndWallpaperLocked(). if (w.mHasSurface && !w.isHiddenFromUserLocked()) { if (w.mHasSurface) { // Take care of the window being ready to display. final boolean committed = winAnimator.commitFinishDrawingLocked(); Loading Loading @@ -10048,10 +10048,7 @@ public class WindowManagerService extends IWindowManager.Stub } winAnimator.setSurfaceBoundariesLocked(recoveringMemory); } // Check the draw state of the window, but only if it is visible to the user. if (!w.isHiddenFromUserLocked()) { final AppWindowToken atoken = w.mAppToken; if (DEBUG_STARTING_WINDOW && atoken != null && w == atoken.startingWindow) { Loading
services/core/java/com/android/server/wm/WindowStateAnimator.java +2 −0 Original line number Diff line number Diff line Loading @@ -1667,6 +1667,8 @@ class WindowStateAnimator { // This must be called while inside a transaction. boolean performShowLocked() { if (mWin.isHiddenFromUserLocked()) { if (DEBUG_VISIBILITY) Slog.w(TAG, "hiding " + mWin + ", belonging to " + mWin.mOwnerUid); mWin.hideLw(false); return false; } if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && Loading