Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java139 finishAndDisableInputProxy(true /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimationToHome()
144 finishAndDisableInputProxy(false /* toRecents */, null, false /* sendUserLeaveHint */); in finishAnimationToApp()
168 finishAndDisableInputProxy(toRecents, onFinishComplete, sendUserLeaveHint); in finish()
172 private void finishAndDisableInputProxy(boolean toRecents, Runnable onFinishComplete, in finishAndDisableInputProxy() method in RecentsAnimationController