Searched refs:finishController (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | SwipeAnimationTargetSet.java | 69 public void finishController(boolean toRecents, Runnable callback, boolean sendUserLeaveHint) { in finishController() method in SwipeAnimationTargetSet 106 finishController(false /* toRecents */, null, false /* sendUserLeaveHint */); in cancelAnimation() 110 finishController(true /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | FallbackNoButtonInputConsumer.java | 290 mSwipeAnimationTargetSet.finishController(false, null, false); 293 mSwipeAnimationTargetSet.finishController(true, null, true); 311 mSwipeAnimationTargetSet.finishController(true, null, true);
|
D | DeviceLockedInputConsumer.java | 242 mTargetSet.finishController( in endRemoteAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | RecentsAnimationWrapper.java | 131 controller.finishController(toRecents, onFinishComplete, sendUserLeaveHint); in finishAndClear()
|