Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationController.java112 finishController(true /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimationToHome()
117 finishController(false /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimationToApp()
136 finishController(toRecents, onFinishComplete, sendUserLeaveHint); in finish()
140 public void finishController(boolean toRecents, Runnable callback, boolean sendUserLeaveHint) { in finishController() method in RecentsAnimationController
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DProgressDelegateInputConsumer.java164 mRecentsAnimationController.finishController(endToRecents /* toRecents */, in onFlingFinished()
H A DDeviceLockedInputConsumer.java253 mRecentsAnimationController.finishController( in endRemoteAnimation()