Loading services/core/java/com/android/server/am/RecentsAnimation.java +4 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,10 @@ class RecentsAnimation implements RecentsAnimationCallbacks { mWindowManager.prepareAppTransition(TRANSIT_NONE, false); mStackSupervisor.ensureActivitiesVisibleLocked(null, 0, false); mStackSupervisor.resumeFocusedStackTopActivityLocked(); // No reason to wait for the pausing activity in this case, as the hiding of // surfaces needs to be done immediately. mWindowManager.executeAppTransition(); }); } } Loading services/core/java/com/android/server/wm/RecentsAnimationController.java +0 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,6 @@ public class RecentsAnimationController { mPendingAnimations.clear(); mService.mInputMonitor.updateInputWindowsLw(true /*force*/); mService.scheduleAnimationLocked(); mService.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); } Loading Loading
services/core/java/com/android/server/am/RecentsAnimation.java +4 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,10 @@ class RecentsAnimation implements RecentsAnimationCallbacks { mWindowManager.prepareAppTransition(TRANSIT_NONE, false); mStackSupervisor.ensureActivitiesVisibleLocked(null, 0, false); mStackSupervisor.resumeFocusedStackTopActivityLocked(); // No reason to wait for the pausing activity in this case, as the hiding of // surfaces needs to be done immediately. mWindowManager.executeAppTransition(); }); } } Loading
services/core/java/com/android/server/wm/RecentsAnimationController.java +0 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,6 @@ public class RecentsAnimationController { mPendingAnimations.clear(); mService.mInputMonitor.updateInputWindowsLw(true /*force*/); mService.scheduleAnimationLocked(); mService.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); } Loading