Loading services/core/java/com/android/server/wm/RootWindowContainer.java +4 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,10 @@ class RootWindowContainer extends WindowContainer<DisplayContent> return leakedSurface || killedApps; } /** * This method should only be called from {@link WindowSurfacePlacer}. Otherwise the recursion * check and {@link WindowSurfacePlacer#isInLayout()} won't take effect. */ void performSurfacePlacement() { Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "performSurfacePlacement"); try { Loading services/core/java/com/android/server/wm/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -5611,7 +5611,7 @@ public class WindowManagerService extends IWindowManager.Stub mWindowsInsetsChanged = 0; // We need to update resizing windows and dispatch the new insets state // to them. mRoot.performSurfacePlacement(); mWindowPlacerLocked.performSurfacePlacement(); } } break; Loading Loading
services/core/java/com/android/server/wm/RootWindowContainer.java +4 −0 Original line number Diff line number Diff line Loading @@ -779,6 +779,10 @@ class RootWindowContainer extends WindowContainer<DisplayContent> return leakedSurface || killedApps; } /** * This method should only be called from {@link WindowSurfacePlacer}. Otherwise the recursion * check and {@link WindowSurfacePlacer#isInLayout()} won't take effect. */ void performSurfacePlacement() { Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "performSurfacePlacement"); try { Loading
services/core/java/com/android/server/wm/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -5611,7 +5611,7 @@ public class WindowManagerService extends IWindowManager.Stub mWindowsInsetsChanged = 0; // We need to update resizing windows and dispatch the new insets state // to them. mRoot.performSurfacePlacement(); mWindowPlacerLocked.performSurfacePlacement(); } } break; Loading