Searched refs:finishRecentsAnimation (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | AbstractQuickStepTest.java | 52 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskAnimationManager.java | 261 recentsView.finishRecentsAnimation(true, null); in startRecentsAnimation() 431 recentsView.switchToScreenshot(null, () -> recentsView.finishRecentsAnimation( in endLiveTile()
|
D | TaskOverlayFactory.java | 179 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTileMode()
|
D | TaskViewUtils.java | 650 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator() 694 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
|
D | RecentsActivity.java | 441 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
|
D | TaskShortcutFactory.java | 197 rv.finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in onClick()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 1328 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/ |
D | NavBarToHomeTouchController.java | 196 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 100 overview.finishRecentsAnimation(true /* toRecents */, null)); in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarActivityContext.java | 1260 recents.finishRecentsAnimation(true /*toRecents*/, in launchFromOverviewTaskbar()
|