Loading services/core/java/com/android/server/am/ActivityStack.java +3 −0 Original line number Diff line number Diff line Loading @@ -1331,6 +1331,9 @@ final class ActivityStack { } } catch(RemoteException e) { } if (r.state == ActivityState.RESUMED) { noStackActivityResumed = false; } } else { // This activity is not currently visible, but is running. // Tell it to become visible. Loading services/core/java/com/android/server/wm/WindowManagerService.java +1 −2 Original line number Diff line number Diff line Loading @@ -2345,7 +2345,6 @@ public class WindowManagerService extends IWindowManager.Stub boolean reportNewConfig = false; WindowState attachedWindow = null; WindowState win = null; long origId; final int type = attrs.type; Loading Loading @@ -2482,7 +2481,7 @@ public class WindowManagerService extends IWindowManager.Stub addToken = true; } win = new WindowState(this, session, client, token, WindowState win = new WindowState(this, session, client, token, attachedWindow, appOp[0], seq, attrs, viewVisibility, displayContent); if (win.mDeathRecipient == null) { // Client has apparently died, so there is no reason to Loading services/core/java/com/android/server/wm/WindowState.java +1 −1 Original line number Diff line number Diff line Loading @@ -1709,7 +1709,7 @@ final class WindowState implements WindowManagerPolicy.WindowState { pw.println(mWallpaperDisplayOffsetY); } if (mDrawLock != null) { pw.println("mDrawLock=" + mDrawLock); pw.print(prefix); pw.println("mDrawLock=" + mDrawLock); } } Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +3 −0 Original line number Diff line number Diff line Loading @@ -1331,6 +1331,9 @@ final class ActivityStack { } } catch(RemoteException e) { } if (r.state == ActivityState.RESUMED) { noStackActivityResumed = false; } } else { // This activity is not currently visible, but is running. // Tell it to become visible. Loading
services/core/java/com/android/server/wm/WindowManagerService.java +1 −2 Original line number Diff line number Diff line Loading @@ -2345,7 +2345,6 @@ public class WindowManagerService extends IWindowManager.Stub boolean reportNewConfig = false; WindowState attachedWindow = null; WindowState win = null; long origId; final int type = attrs.type; Loading Loading @@ -2482,7 +2481,7 @@ public class WindowManagerService extends IWindowManager.Stub addToken = true; } win = new WindowState(this, session, client, token, WindowState win = new WindowState(this, session, client, token, attachedWindow, appOp[0], seq, attrs, viewVisibility, displayContent); if (win.mDeathRecipient == null) { // Client has apparently died, so there is no reason to Loading
services/core/java/com/android/server/wm/WindowState.java +1 −1 Original line number Diff line number Diff line Loading @@ -1709,7 +1709,7 @@ final class WindowState implements WindowManagerPolicy.WindowState { pw.println(mWallpaperDisplayOffsetY); } if (mDrawLock != null) { pw.println("mDrawLock=" + mDrawLock); pw.print(prefix); pw.println("mDrawLock=" + mDrawLock); } } Loading