Loading services/java/com/android/server/wm/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -7688,9 +7688,9 @@ public class WindowManagerService extends IWindowManager.Stub Surface.openTransaction(); try { updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh); mPendingLayoutChanges = performAnimationsLocked(currentTime, dw, dh, innerDw, innerDh); updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh); // THIRD LOOP: Update the surfaces of all windows. Loading Loading
services/java/com/android/server/wm/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -7688,9 +7688,9 @@ public class WindowManagerService extends IWindowManager.Stub Surface.openTransaction(); try { updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh); mPendingLayoutChanges = performAnimationsLocked(currentTime, dw, dh, innerDw, innerDh); updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh); // THIRD LOOP: Update the surfaces of all windows. Loading