Home
last modified time | relevance | path

Searched refs:switchToScreenshot (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DContextualSearchInvokerTest.java282 verify(mMockRecentsView).switchToScreenshot(switchToScreenshotCaptor.capture()); in invokeContextualSearchUncheckedWithHaptic_liveTile()
301 verify(mMockRecentsView).switchToScreenshot(switchToScreenshotCaptor.capture()); in invokeContextualSearchUncheckedWithHaptic_liveTile_failsToSwitchToScreenshot()
321 verify(mMockRecentsView).switchToScreenshot(switchToScreenshotCaptor.capture()); in invokeContextualSearchUncheckedWithHaptic_liveTile_failsToFinishRecentsAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewModelHelper.kt39 fun switchToScreenshot( in switchToScreenshot() method
DRecentsView.java2933 switchToScreenshot(() -> { in animateRecentsRotationInPlace() method
3766 switchToScreenshot( in createInitialSplitSelectAnimation()
6646 public void switchToScreenshot(Runnable onFinishRunnable) {
6662 mHelper.switchToScreenshot(taskView, updatedThumbnails, onFinishRunnable);
6676 public void switchToScreenshot(@Nullable HashMap<Integer, ThumbnailData> thumbnailDatas,
6681 mHelper.switchToScreenshot(taskView, thumbnailDatas, onFinishRunnable);
7104 switchToScreenshot(() -> finishRecentsAnimation(/* toRecents= */true, /* shouldPip= */false,
7125 switchToScreenshot(() -> finishRecentsAnimation(/* toRecents= */true, /* shouldPip= */false,
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowManager.kt276 recentsView.switchToScreenshot /* onFinishRunnable= */ {} in <lambda>()
280 recentsView.switchToScreenshot { in <lambda>()
DRecentsWindowSwipeHandler.java246 protected void switchToScreenshot() { in switchToScreenshot() method in RecentsWindowSwipeHandler
251 super.switchToScreenshot(); in switchToScreenshot()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackSwipeHandler.java207 protected void switchToScreenshot() { in switchToScreenshot() method in FallbackSwipeHandler
212 super.switchToScreenshot(); in switchToScreenshot()
DBaseWindowInterface.java116 recentsView.switchToScreenshot(thumbnailDatas, runnable); in switchRunningTaskViewToScreenshot()
DBaseActivityInterface.java152 recentsView.switchToScreenshot(thumbnailDatas, runnable); in switchRunningTaskViewToScreenshot()
DTaskOverlayFactory.java228 recentsView.switchToScreenshot( in endLiveTileMode()
DTaskAnimationManager.java409 recentsView.switchToScreenshot(null, () -> recentsView.finishRecentsAnimation( in endLiveTile()
DTaskShortcutFactory.java205 rv.switchToScreenshot(() -> { in onClick()
DRecentsActivity.java476 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
DAbsSwipeUpHandler.java478 this::switchToScreenshot); in initStateCallbacks()
570 mRecentsView.switchToScreenshot(snapshots, () -> {}); in onActivityInit()
2189 protected void switchToScreenshot() {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DContextualSearchInvoker.kt246 recentsView.switchToScreenshot { in endLiveTileMode()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java197 recentsView.switchToScreenshot(null, in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java100 overview.switchToScreenshot(() -> in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DAbsSwipeUpHandlerTestCase.java365 runOnMainSync(swipeHandler::switchToScreenshot); in createSwipeUpHandlerForGesture()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1775 recents.switchToScreenshot(() -> in launchFromOverviewTaskbar()