Searched refs:finishController (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationController.java | 126 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
|
D | TaskAnimationManager.java | 461 mController.finishController(toHome, forceFinishCb, false /* sendUserLeaveHint */, in finishRunningRecentsAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | ProgressDelegateInputConsumer.java | 166 mRecentsAnimationController.finishController(endToRecents /* toRecents */, in onFlingFinished()
|
D | DeviceLockedInputConsumer.java | 284 mRecentsAnimationController.finishController( in endRemoteAnimation()
|