Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAbstractQuickStepTest.java52 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java261 recentsView.finishRecentsAnimation(true, null); in startRecentsAnimation()
431 recentsView.switchToScreenshot(null, () -> recentsView.finishRecentsAnimation( in endLiveTile()
DTaskOverlayFactory.java179 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTileMode()
DTaskViewUtils.java650 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator()
694 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
DRecentsActivity.java441 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
DTaskShortcutFactory.java197 rv.finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in onClick()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1328 finishRecentsAnimation(false /* toRecents */, null); in launchSideTaskInLiveTileMode()
2514 finishRecentsAnimation(true /* toRecents */, null); in reset()
2687 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in animateRecentsRotationInPlace()
3424 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createInitialSplitSelectAnimation()
3428 () -> finishRecentsAnimation(true /* toRecents */, in createInitialSplitSelectAnimation()
3850 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation()
3866 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation()
4179 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in createAllTasksDismissAnimation()
5319 finishRecentsAnimation(false /* toRecents */, null);
5479 public void finishRecentsAnimation(boolean toRecents, @Nullable Runnable onFinishComplete) { in finishRecentsAnimation() method
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java196 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java100 overview.finishRecentsAnimation(true /* toRecents */, null)); in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1260 recents.finishRecentsAnimation(true /*toRecents*/, in launchFromOverviewTaskbar()