Loading services/core/java/com/android/server/wm/RecentsAnimationController.java +4 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class RecentsAnimationController implements DeathRecipient { public @interface ReorderMode {} private final WindowManagerService mService; private final IRecentsAnimationRunner mRunner; private IRecentsAnimationRunner mRunner; private final RecentsAnimationCallbacks mCallbacks; private final ArrayList<TaskAnimationAdapter> mPendingAnimations = new ArrayList<>(); private final int mDisplayId; Loading Loading @@ -426,7 +426,10 @@ public class RecentsAnimationController implements DeathRecipient { removeAnimation(taskAdapter); } // Clear references to the runner unlinkToDeathOfRunner(); mRunner = null; // Clear associated input consumers mService.mInputMonitor.updateInputWindowsLw(true /*force*/); mService.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); Loading Loading
services/core/java/com/android/server/wm/RecentsAnimationController.java +4 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class RecentsAnimationController implements DeathRecipient { public @interface ReorderMode {} private final WindowManagerService mService; private final IRecentsAnimationRunner mRunner; private IRecentsAnimationRunner mRunner; private final RecentsAnimationCallbacks mCallbacks; private final ArrayList<TaskAnimationAdapter> mPendingAnimations = new ArrayList<>(); private final int mDisplayId; Loading Loading @@ -426,7 +426,10 @@ public class RecentsAnimationController implements DeathRecipient { removeAnimation(taskAdapter); } // Clear references to the runner unlinkToDeathOfRunner(); mRunner = null; // Clear associated input consumers mService.mInputMonitor.updateInputWindowsLw(true /*force*/); mService.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); Loading