Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DContextualSearchInvokerTest.java284 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/
DRecentsWindowManager.kt272 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/
DAbstractQuickStepTest.java61 recentsView.finishRecentsAnimation(false /* toRecents */, null); in onLauncherActivityClose()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java265 recentsView.finishRecentsAnimation(true, null); in startRecentsAnimation()
409 recentsView.switchToScreenshot(null, () -> recentsView.finishRecentsAnimation( in endLiveTile()
DTaskOverlayFactory.java229 () -> recentsView.finishRecentsAnimation(true /* toRecents */, in endLiveTileMode()
DTaskViewUtils.java681 recentsView.finishRecentsAnimation(false /* toRecents */, () -> { in composeRecentsLaunchAnimator()
725 recentsView.finishRecentsAnimation(false /* toRecents */, in composeRecentsLaunchAnimator()
DTaskShortcutFactory.java206 rv.finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, () -> { in onClick()
DRecentsActivity.java476 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1474 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/
DContextualSearchInvoker.kt247 recentsView.finishRecentsAnimation( in endLiveTileMode()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java198 () -> recentsView.finishRecentsAnimation(true /* toRecents */, null)); in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java101 overview.finishRecentsAnimation(true /* toRecents */, null)); in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1776 recents.finishRecentsAnimation(true /*toRecents*/, in launchFromOverviewTaskbar()