Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java126 finishController(true /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimationToHome()
131 finishController(false /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimationToApp()
150 finishController(toRecents, onFinishComplete, sendUserLeaveHint); in finish()
154 public void finishController(boolean toRecents, Runnable callback, boolean sendUserLeaveHint) { in finishController() method in RecentsAnimationController
155 finishController(toRecents, callback, sendUserLeaveHint, false /* forceFinish */); in finishController()
159 public void finishController(boolean toRecents, Runnable callback, boolean sendUserLeaveHint, in finishController() method in RecentsAnimationController
DTaskAnimationManager.java461 mController.finishController(toHome, forceFinishCb, false /* sendUserLeaveHint */, in finishRunningRecentsAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DProgressDelegateInputConsumer.java166 mRecentsAnimationController.finishController(endToRecents /* toRecents */, in onFlingFinished()
DDeviceLockedInputConsumer.java284 mRecentsAnimationController.finishController( in endRemoteAnimation()