Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java321 recentsView.switchToScreenshot(onFinished); in startRecentsAnimation()
431 recentsView.switchToScreenshot(null, () -> recentsView.finishRecentsAnimation( in endLiveTile()
DFallbackSwipeHandler.java203 protected void switchToScreenshot() { in switchToScreenshot() method in FallbackSwipeHandler
208 super.switchToScreenshot(); in switchToScreenshot()
DTaskOverlayFactory.java178 recentsView.switchToScreenshot( in endLiveTileMode()
DBaseActivityInterface.java162 recentsView.switchToScreenshot(thumbnailDatas, runnable); in switchRunningTaskViewToScreenshot()
DRecentsActivity.java441 recentsView.switchToScreenshot(() -> recentsView.finishRecentsAnimation(true, in startHome()
DTaskShortcutFactory.java196 rv.switchToScreenshot(() -> { in onClick()
DAbsSwipeUpHandler.java442 this::switchToScreenshot); in initStateCallbacks()
534 mRecentsView.switchToScreenshot(snapshots, () -> { in onActivityInit()
2081 protected void switchToScreenshot() {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java195 recentsView.switchToScreenshot(null, in onDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java99 overview.switchToScreenshot(() -> in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2685 switchToScreenshot(() -> { in animateRecentsRotationInPlace() method
3427 switchToScreenshot( in createInitialSplitSelectAnimation()
5936 public void switchToScreenshot(Runnable onFinishRunnable) {
5979 public void switchToScreenshot(@Nullable HashMap<Integer, ThumbnailData> thumbnailDatas,
6331 switchToScreenshot(() -> finishRecentsAnimation(/* toRecents= */true, /* shouldPip= */false,
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1259 recents.switchToScreenshot(() -> in launchFromOverviewTaskbar()