Searched refs:onFinishComplete (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationController.java | 136 public void finish(boolean toRecents, Runnable onFinishComplete) { in finish() argument 137 finish(toRecents, onFinishComplete, false /* sendUserLeaveHint */); in finish() 148 public void finish(boolean toRecents, Runnable onFinishComplete, boolean sendUserLeaveHint) { in finish() argument 150 finishController(toRecents, onFinishComplete, sendUserLeaveHint); in finish()
|
D | AbsSwipeUpHandler.java | 2496 private void finishRecentsAnimationOnTasksAppeared(Runnable onFinishComplete) { 2498 mRecentsAnimationController.finish(false /* toRecents */, onFinishComplete);
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 5479 public void finishRecentsAnimation(boolean toRecents, @Nullable Runnable onFinishComplete) { in finishRecentsAnimation() argument 5480 finishRecentsAnimation(toRecents, true /* shouldPip */, onFinishComplete); in finishRecentsAnimation() 5488 @Nullable Runnable onFinishComplete) { in finishRecentsAnimation() argument 5495 if (onFinishComplete != null) { in finishRecentsAnimation() 5496 onFinishComplete.run(); in finishRecentsAnimation() 5521 if (onFinishComplete != null) { in finishRecentsAnimation() 5522 onFinishComplete.run(); in finishRecentsAnimation()
|