Loading services/java/com/android/server/WindowManagerService.java +10 −8 Original line number Diff line number Diff line Loading @@ -7580,8 +7580,9 @@ public class WindowManagerService extends IWindowManager.Stub while (i > 0) { i--; WindowState c = (WindowState)mChildWindows.get(i); if (c.mSurface != null && c.mAttachedHidden) { if (c.mAttachedHidden) { c.mAttachedHidden = false; if (c.mSurface != null) { c.performShowLocked(); // It hadn't been shown, which means layout not // performed on it, so now we want to make sure to Loading @@ -7591,6 +7592,7 @@ public class WindowManagerService extends IWindowManager.Stub mLayoutNeeded = true; } } } if (mAttrs.type != TYPE_APPLICATION_STARTING && mAppToken != null) { Loading Loading
services/java/com/android/server/WindowManagerService.java +10 −8 Original line number Diff line number Diff line Loading @@ -7580,8 +7580,9 @@ public class WindowManagerService extends IWindowManager.Stub while (i > 0) { i--; WindowState c = (WindowState)mChildWindows.get(i); if (c.mSurface != null && c.mAttachedHidden) { if (c.mAttachedHidden) { c.mAttachedHidden = false; if (c.mSurface != null) { c.performShowLocked(); // It hadn't been shown, which means layout not // performed on it, so now we want to make sure to Loading @@ -7591,6 +7592,7 @@ public class WindowManagerService extends IWindowManager.Stub mLayoutNeeded = true; } } } if (mAttrs.type != TYPE_APPLICATION_STARTING && mAppToken != null) { Loading