Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DAbstractQuickStepTest.java47 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskAnimationManager.java233 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTile()
H A DTaskOverlayFactory.java227 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
H A DTaskViewUtils.java562 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator()
579 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
H A DRecentsActivity.java411 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1023 finishRecentsAnimation(false /* toRecents */, null); in launchSideTaskInLiveTileMode()
1938 finishRecentsAnimation(true /* toRecents */, null); in reset()
3045 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation()
3063 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation()
3376 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in createAllTasksDismissAnimation()
3933 finishRecentsAnimation(true, null);
4245 finishRecentsAnimation(false /* toRecents */, null);
4396 public void finishRecentsAnimation(boolean toRecents, @Nullable Runnable onFinishComplete) { in finishRecentsAnimation() method
4397 finishRecentsAnimation(toRecents, true /* shouldPip */, onFinishComplete); in finishRecentsAnimation()
4400 public void finishRecentsAnimation(boolean toRecents, boolean shouldPip, in finishRecentsAnimation() method
H A DTaskMenuView.java252 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
H A DTaskView.java862 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in setIcon()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java226 recentsView.finishRecentsAnimation(true /* toRecents */, null); in onScreenOff()