Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java901 finishRecentsAnimation(false /* toRecents */, null); in launchSideTaskInLiveTileMode()
1615 finishRecentsAnimation(true /* toRecents */, null); in reset()
1798 () -> finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in onGestureAnimationEnd()
2415 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation()
2428 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation()
2544 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in createAllTasksDismissAnimation()
3315 finishRecentsAnimation(false /* toRecents */, null);
3427 public void finishRecentsAnimation(boolean toRecents, Runnable onFinishComplete) { in finishRecentsAnimation() method
3428 finishRecentsAnimation(toRecents, true /* shouldPip */, onFinishComplete); in finishRecentsAnimation()
3431 public void finishRecentsAnimation(boolean toRecents, boolean shouldPip, in finishRecentsAnimation() method
DTaskMenuView.java228 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAbstractQuickStepTest.java47 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java511 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator()
528 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
DTaskOverlayFactory.java195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTileMode()
DRecentsActivity.java364 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java199 recentsView.finishRecentsAnimation(true /* toRecents */, null); in onScreenOff()