Searched refs:mRecentsAnimationController (Results 1 – 6 of 6) sorted by relevance
144 protected @Nullable RecentsAnimationController mRecentsAnimationController; field in AbsSwipeUpHandler390 if (mRecentsAnimationController != null) { in onActivityInit()391 mRecentsAnimationController.cleanupScreenshot(); in onActivityInit()683 if (mRecentsAnimationController != null && mRecentsView != null) {692 mRecentsAnimationController.setUseLauncherSystemBarFlags(swipeUpThresholdPassed694 mRecentsAnimationController.setSplitScreenMinimized(swipeUpThresholdPassed);697 mRecentsAnimationController.setWillFinishToHome(swipeUpThresholdPassed);712 mRecentsAnimationController = controller;751 mRecentsAnimationController::enableInputConsumer);764 mRecentsAnimationController = null;[all …]
145 private RecentsAnimationController mRecentsAnimationController; field in GestureState356 mRecentsAnimationController = controller; in onRecentsAnimationStart()367 if (mRecentsAnimationController != null) { in onRecentsAnimationCanceled()368 mRecentsAnimationController.cleanupScreenshot(); in onRecentsAnimationCanceled()
159 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
277 mRecentsAnimationController.finish(
103 private RecentsAnimationController mRecentsAnimationController; field in DeviceLockedInputConsumer235 mRecentsAnimationController = controller; in onRecentsAnimationStart()243 mRecentsAnimationController = null; in onRecentsAnimationCanceled()250 } else if (mRecentsAnimationController != null) { in endRemoteAnimation()251 mRecentsAnimationController.finishController( in endRemoteAnimation()
354 protected RecentsAnimationController mRecentsAnimationController; field in RecentsView1612 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;