Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java144 protected @Nullable RecentsAnimationController mRecentsAnimationController; field in AbsSwipeUpHandler
390 if (mRecentsAnimationController != null) { in onActivityInit()
391 mRecentsAnimationController.cleanupScreenshot(); in onActivityInit()
683 if (mRecentsAnimationController != null && mRecentsView != null) {
692 mRecentsAnimationController.setUseLauncherSystemBarFlags(swipeUpThresholdPassed
694 mRecentsAnimationController.setSplitScreenMinimized(swipeUpThresholdPassed);
697 mRecentsAnimationController.setWillFinishToHome(swipeUpThresholdPassed);
712 mRecentsAnimationController = controller;
751 mRecentsAnimationController::enableInputConsumer);
764 mRecentsAnimationController = null;
[all …]
DGestureState.java145 private RecentsAnimationController mRecentsAnimationController; field in GestureState
356 mRecentsAnimationController = controller; in onRecentsAnimationStart()
367 if (mRecentsAnimationController != null) { in onRecentsAnimationCanceled()
368 mRecentsAnimationController.cleanupScreenshot(); in onRecentsAnimationCanceled()
DFallbackSwipeHandler.java159 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
DLauncherSwipeHandlerV2.java277 mRecentsAnimationController.finish(
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java103 private RecentsAnimationController mRecentsAnimationController; field in DeviceLockedInputConsumer
235 mRecentsAnimationController = controller; in onRecentsAnimationStart()
243 mRecentsAnimationController = null; in onRecentsAnimationCanceled()
250 } else if (mRecentsAnimationController != null) { in endRemoteAnimation()
251 mRecentsAnimationController.finishController( in endRemoteAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java354 protected RecentsAnimationController mRecentsAnimationController; field in RecentsView
1612 if (mRecentsAnimationController != null) { in reset()
1617 mRecentsAnimationController = null; in reset()
3416 mRecentsAnimationController = recentsAnimationController; in setRecentsAnimationTargets()
3443 if (mRecentsAnimationController == null) { in finishRecentsAnimation()
3457 mRecentsAnimationController.finish(toRecents, () -> { in finishRecentsAnimation()
3478 mRecentsAnimationController = null; in onRecentsAnimationComplete()
3709 if (mRecentsAnimationController == null) {
3716 : mRecentsAnimationController.screenshotTask(mRunningTaskId), onFinishRunnable);
3925 return mRecentsAnimationController;