Searched refs:finishRecentsAnimation (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | AbstractQuickStepTest.java | 47 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | NavBarToHomeTouchController.java | 195 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TaskAnimationManager.java | 233 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTile()
|
H A D | TaskOverlayFactory.java | 227 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
|
H A D | TaskViewUtils.java | 562 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator() 579 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
|
H A D | RecentsActivity.java | 411 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | RecentsView.java | 1023 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 D | TaskMenuView.java | 252 () -> recentsView.finishRecentsAnimation(true /* toRecents */,
|
H A D | TaskView.java | 862 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in setIcon()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | BaseQuickstepLauncher.java | 226 recentsView.finishRecentsAnimation(true /* toRecents */, null); in onScreenOff()
|