Loading core/java/android/view/WindowManagerGlobal.java +4 −0 Original line number Diff line number Diff line Loading @@ -610,6 +610,10 @@ public final class WindowManagerGlobal { ViewRootImpl root = mRoots.get(i); // Client might remove the view by "stopped" event. root.setWindowStopped(stopped); // Recursively forward stopped state to View's attached // to this Window rather than the root application token, // e.g. PopupWindow's. setStoppedState(root.mAttachInfo.mWindowToken, stopped); } } } Loading Loading
core/java/android/view/WindowManagerGlobal.java +4 −0 Original line number Diff line number Diff line Loading @@ -610,6 +610,10 @@ public final class WindowManagerGlobal { ViewRootImpl root = mRoots.get(i); // Client might remove the view by "stopped" event. root.setWindowStopped(stopped); // Recursively forward stopped state to View's attached // to this Window rather than the root application token, // e.g. PopupWindow's. setStoppedState(root.mAttachInfo.mWindowToken, stopped); } } } Loading