Loading services/core/java/com/android/server/wm/DisplayContent.java +7 −5 Original line number Diff line number Diff line Loading @@ -1106,6 +1106,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } void removeShellRoot(int windowType) { synchronized(mWmService.mGlobalLock) { ShellRoot root = mShellRoots.get(windowType); if (root == null) { return; Loading @@ -1113,6 +1114,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo root.clear(); mShellRoots.remove(windowType); } } void setRemoteInsetsController(IDisplayWindowInsetsController controller) { if (mRemoteInsetsControlTarget != null) { Loading Loading
services/core/java/com/android/server/wm/DisplayContent.java +7 −5 Original line number Diff line number Diff line Loading @@ -1106,6 +1106,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } void removeShellRoot(int windowType) { synchronized(mWmService.mGlobalLock) { ShellRoot root = mShellRoots.get(windowType); if (root == null) { return; Loading @@ -1113,6 +1114,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo root.clear(); mShellRoots.remove(windowType); } } void setRemoteInsetsController(IDisplayWindowInsetsController controller) { if (mRemoteInsetsControlTarget != null) { Loading