Searched refs:finishRecentsAnimation (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 901 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
|
D | TaskMenuView.java | 228 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | AbstractQuickStepTest.java | 47 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 511 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator() 528 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
|
D | TaskOverlayFactory.java | 195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTileMode()
|
D | RecentsActivity.java | 364 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NavBarToHomeTouchController.java | 195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | BaseQuickstepLauncher.java | 199 recentsView.finishRecentsAnimation(true /* toRecents */, null); in onScreenOff()
|