Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java188 protected @Nullable RecentsAnimationController mRecentsAnimationController; field in AbsSwipeUpHandler
535 if (mRecentsAnimationController != null) { in onActivityInit()
536 mRecentsAnimationController.cleanupScreenshot(); in onActivityInit()
925 if (mRecentsAnimationController != null && mRecentsView != null) {
934 mRecentsAnimationController.setUseLauncherSystemBarFlags(swipeUpThresholdPassed
936 mRecentsAnimationController.setSplitScreenMinimized(mContext, swipeUpThresholdPassed);
939 mRecentsAnimationController.setWillFinishToHome(swipeUpThresholdPassed);
965 mRecentsAnimationController = controller;
1013 mDeferredCleanupRecentsAnimationController = mRecentsAnimationController;
1016 mRecentsAnimationController = null;
[all …]
DGestureState.java182 private RecentsAnimationController mRecentsAnimationController; field in GestureState
473 mRecentsAnimationController = controller; in onRecentsAnimationStart()
484 if (mRecentsAnimationController != null) { in onRecentsAnimationCanceled()
485 mRecentsAnimationController.cleanupScreenshot(); in onRecentsAnimationCanceled()
DLauncherSwipeHandlerV2.java328 mRecentsAnimationController.finish(
DFallbackSwipeHandler.java198 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DProgressDelegateInputConsumer.java88 private RecentsAnimationController mRecentsAnimationController; field in ProgressDelegateInputConsumer
165 if (mRecentsAnimationController != null) { in onFlingFinished()
166 mRecentsAnimationController.finishController(endToRecents /* toRecents */, in onFlingFinished()
176 mRecentsAnimationController = controller; in onRecentsAnimationStart()
182 mRecentsAnimationController = null; in onRecentsAnimationCanceled()
DDeviceLockedInputConsumer.java109 private RecentsAnimationController mRecentsAnimationController; field in DeviceLockedInputConsumer
218 if (mRecentsAnimationController != null) { in finishTouchTracking()
256 mRecentsAnimationController = controller; in onRecentsAnimationStart()
267 mRecentsAnimationController = null; in onRecentsAnimationCanceled()
283 } else if (mRecentsAnimationController != null) { in endRemoteAnimation()
284 mRecentsAnimationController.finishController( in endRemoteAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java471 protected RecentsAnimationController mRecentsAnimationController; field in RecentsView
2510 + ", mRecentsAnimationController: " + mRecentsAnimationController); in reset()
2512 if (mRecentsAnimationController != null) { in reset()
5281 if (mRecentsAnimationController != null) {
5282 mRecentsAnimationController.setWillFinishToHome(!passed);
5421 mRecentsAnimationController = recentsAnimationController; in setRecentsAnimationTargets()
5490 + mRecentsAnimationController); in finishRecentsAnimation()
5494 if (mRecentsAnimationController == null) { in finishRecentsAnimation()
5516 mRecentsAnimationController.setFinishTaskTransaction(taskId, in finishRecentsAnimation()
5520 mRecentsAnimationController.finish(toRecents, () -> { in finishRecentsAnimation()
[all …]