Searched refs:mRecentsAnimationController (Results 1 – 7 of 7) sorted by relevance
188 protected @Nullable RecentsAnimationController mRecentsAnimationController; field in AbsSwipeUpHandler535 if (mRecentsAnimationController != null) { in onActivityInit()536 mRecentsAnimationController.cleanupScreenshot(); in onActivityInit()925 if (mRecentsAnimationController != null && mRecentsView != null) {934 mRecentsAnimationController.setUseLauncherSystemBarFlags(swipeUpThresholdPassed936 mRecentsAnimationController.setSplitScreenMinimized(mContext, swipeUpThresholdPassed);939 mRecentsAnimationController.setWillFinishToHome(swipeUpThresholdPassed);965 mRecentsAnimationController = controller;1013 mDeferredCleanupRecentsAnimationController = mRecentsAnimationController;1016 mRecentsAnimationController = null;[all …]
182 private RecentsAnimationController mRecentsAnimationController; field in GestureState473 mRecentsAnimationController = controller; in onRecentsAnimationStart()484 if (mRecentsAnimationController != null) { in onRecentsAnimationCanceled()485 mRecentsAnimationController.cleanupScreenshot(); in onRecentsAnimationCanceled()
328 mRecentsAnimationController.finish(
198 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
88 private RecentsAnimationController mRecentsAnimationController; field in ProgressDelegateInputConsumer165 if (mRecentsAnimationController != null) { in onFlingFinished()166 mRecentsAnimationController.finishController(endToRecents /* toRecents */, in onFlingFinished()176 mRecentsAnimationController = controller; in onRecentsAnimationStart()182 mRecentsAnimationController = null; in onRecentsAnimationCanceled()
109 private RecentsAnimationController mRecentsAnimationController; field in DeviceLockedInputConsumer218 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()
471 protected RecentsAnimationController mRecentsAnimationController; field in RecentsView2510 + ", 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 …]