Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java120 public void finish(boolean toRecents, Runnable onFinishComplete) { in finish() argument
121 finish(toRecents, onFinishComplete, false /* sendUserLeaveHint */); in finish()
132 public void finish(boolean toRecents, Runnable onFinishComplete, boolean sendUserLeaveHint) { in finish() argument
134 finishController(toRecents, onFinishComplete, sendUserLeaveHint); in finish()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3427 public void finishRecentsAnimation(boolean toRecents, Runnable onFinishComplete) { in finishRecentsAnimation() argument
3428 finishRecentsAnimation(toRecents, true /* shouldPip */, onFinishComplete); in finishRecentsAnimation()
3432 Runnable onFinishComplete) { in finishRecentsAnimation() argument
3444 if (onFinishComplete != null) { in finishRecentsAnimation()
3445 onFinishComplete.run(); in finishRecentsAnimation()
3458 if (onFinishComplete != null) { in finishRecentsAnimation()
3459 onFinishComplete.run(); in finishRecentsAnimation()