Loading services/core/java/com/android/server/wm/WindowManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -4258,7 +4258,6 @@ public class WindowManagerService extends IWindowManager.Stub WindowManagerPolicy.TRANSIT_EXIT); } } win.mAnimatingExit = true; changed = true; win.setDisplayLayoutNeeded(); } Loading services/core/java/com/android/server/wm/WindowSurfaceController.java +3 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ class WindowSurfaceController { void hideInTransaction(String reason) { if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); mHiddenForOtherReasons = true; mAnimator.destroyPreservedSurfaceLocked(); updateVisibility(); } Loading Loading @@ -180,6 +182,7 @@ class WindowSurfaceController { updateVisibility(); } else { mHiddenForCrop = true; mAnimator.destroyPreservedSurfaceLocked(); updateVisibility(); } } catch (RuntimeException e) { Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -4258,7 +4258,6 @@ public class WindowManagerService extends IWindowManager.Stub WindowManagerPolicy.TRANSIT_EXIT); } } win.mAnimatingExit = true; changed = true; win.setDisplayLayoutNeeded(); } Loading
services/core/java/com/android/server/wm/WindowSurfaceController.java +3 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ class WindowSurfaceController { void hideInTransaction(String reason) { if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); mHiddenForOtherReasons = true; mAnimator.destroyPreservedSurfaceLocked(); updateVisibility(); } Loading Loading @@ -180,6 +182,7 @@ class WindowSurfaceController { updateVisibility(); } else { mHiddenForCrop = true; mAnimator.destroyPreservedSurfaceLocked(); updateVisibility(); } } catch (RuntimeException e) { Loading