Searched refs:finishRecentsAnimation (Results 1 – 13 of 13) sorted by relevance
| /packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
| D | ContextualSearchInvokerTest.java | 284 verify(mMockRecentsView).finishRecentsAnimation(anyBoolean(), anyBoolean(), in invokeContextualSearchUncheckedWithHaptic_liveTile() 304 verify(mMockRecentsView, never()).finishRecentsAnimation(anyBoolean(), anyBoolean(), in invokeContextualSearchUncheckedWithHaptic_liveTile_failsToSwitchToScreenshot() 323 verify(mMockRecentsView).finishRecentsAnimation(anyBoolean(), anyBoolean(), in invokeContextualSearchUncheckedWithHaptic_liveTile_failsToFinishRecentsAnimation()
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
| D | RecentsWindowManager.kt | 272 fun startHome(finishRecentsAnimation: Boolean) { in <lambda>() 275 if (!finishRecentsAnimation) { in <lambda>() 281 recentsView.finishRecentsAnimation(/* toRecents= */ true) { startHomeInternal() } in <lambda>()
|
| /packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
| D | AbstractQuickStepTest.java | 61 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
| D | TaskAnimationManager.java | 265 recentsView.finishRecentsAnimation(true, null); in startRecentsAnimation() 409 recentsView.switchToScreenshot(null, () -> recentsView.finishRecentsAnimation( in endLiveTile()
|
| D | TaskOverlayFactory.java | 229 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTileMode()
|
| D | TaskViewUtils.java | 681 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator() 725 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
|
| D | TaskShortcutFactory.java | 206 rv.finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in onClick()
|
| D | RecentsActivity.java | 476 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
| D | RecentsView.java | 1474 finishRecentsAnimation(false /* toRecents */, true /*shouldPip*/, in launchSideTaskInLiveTileMode() 2751 finishRecentsAnimation(true /* toRecents */, null); in reset() 2935 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in animateRecentsRotationInPlace() 3763 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createInitialSplitSelectAnimation() 3767 () -> finishRecentsAnimation(true /* toRecents */, in createInitialSplitSelectAnimation() 4201 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation() 4218 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, in createTaskDismissAnimation() 4614 finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in createAllTasksDismissAnimation() 5937 finishRecentsAnimation(false /* toRecents */, null); in createTaskLaunchAnimation() 6119 public void finishRecentsAnimation(boolean toRecents, @Nullable Runnable onFinishComplete) { in finishRecentsAnimation() method in RecentsView [all …]
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
| D | ContextualSearchInvoker.kt | 247 recentsView.finishRecentsAnimation( in endLiveTileMode()
|
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
| D | NavBarToHomeTouchController.java | 198 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
|
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
| D | QuickstepAtomicAnimationFactory.java | 101 overview.finishRecentsAnimation(true /* toRecents */, null)); in prepareForAtomicAnimation()
|
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
| D | TaskbarActivityContext.java | 1776 recents.finishRecentsAnimation(true /*toRecents*/, in launchFromOverviewTaskbar()
|