Home
last modified time | relevance | path

Searched refs:finishController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DSwipeAnimationTargetSet.java69 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/
DFallbackNoButtonInputConsumer.java290 mSwipeAnimationTargetSet.finishController(false, null, false);
293 mSwipeAnimationTargetSet.finishController(true, null, true);
311 mSwipeAnimationTargetSet.finishController(true, null, true);
DDeviceLockedInputConsumer.java242 mTargetSet.finishController( in endRemoteAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsAnimationWrapper.java131 controller.finishController(toRecents, onFinishComplete, sendUserLeaveHint); in finishAndClear()