Home
last modified time | relevance | path

Searched refs:mRecentsAnimationController (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java68 protected RecentsAnimationController mRecentsAnimationController; field in BaseSwipeUpHandler
129 mRecentsView.setRecentsAnimationTargets(mRecentsAnimationController, in linkRecentsViewScroll()
158 mRecentsAnimationController.finish(true /* toRecents */, null); in startNewTask()
177 if (mRecentsAnimationController != null) { in onRestartPreviouslyAppearedTask()
178 mRecentsAnimationController.finish(false, null); in onRestartPreviouslyAppearedTask()
205 mRecentsAnimationController = recentsAnimationController; in onRecentsAnimationStart()
244 mRecentsAnimationController = null; in onRecentsAnimationCanceled()
253 mRecentsAnimationController = null; in onRecentsAnimationFinished()
262 if (mRecentsAnimationController != null) { in onTaskAppeared()
264 mRecentsAnimationController.finish(false /* toRecents */, in onTaskAppeared()
DBaseSwipeUpHandlerV2.java594 if (mRecentsAnimationController != null && mRecentsView != null) { in updateSysUiFlags()
603 mRecentsAnimationController.setUseLauncherSystemBarFlags(swipeUpThresholdPassed in updateSysUiFlags()
605 mRecentsAnimationController.setSplitScreenMinimized(swipeUpThresholdPassed); in updateSysUiFlags()
620 mRecentsAnimationController::enableInputConsumer); in onRecentsAnimationStart()
853 if (endTarget.isLauncher && mRecentsAnimationController != null) { in handleNormalGestureEnd()
854 mRecentsAnimationController.enableInputProxy(mInputConsumer, in handleNormalGestureEnd()
977 if (mRecentsAnimationController == null) { in animateToProgressInternal()
1001 if (mRecentsAnimationController == null) { in animateToProgressInternal()
1131 mRecentsAnimationController.finish(false /* toRecents */, null); in resumeLastTask()
1140 mRecentsAnimationController.finish(true /* toRecents */, this::startNewTaskInternal); in startNewTask()
[all …]
DLauncherSwipeHandlerV2.java118 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
DFallbackSwipeHandler.java109 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java102 private RecentsAnimationController mRecentsAnimationController; field in DeviceLockedInputConsumer
237 mRecentsAnimationController = controller; in onRecentsAnimationStart()
245 mRecentsAnimationController = null; in onRecentsAnimationCanceled()
252 } else if (mRecentsAnimationController != null) { in endRemoteAnimation()
253 mRecentsAnimationController.finishController( in endRemoteAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java215 protected RecentsAnimationController mRecentsAnimationController; field in RecentsView
998 mRecentsAnimationController = null; in reset()
2079 mRecentsAnimationController = recentsAnimationController; in setRecentsAnimationTargets()
2094 if (mRecentsAnimationController == null) { in finishRecentsAnimation()
2101 mRecentsAnimationController.finish(toRecents, () -> { in finishRecentsAnimation()
DLauncherRecentsView.java206 if (!mEnableDrawingLiveTile || mRecentsAnimationController == null in getLiveTileParams()