Searched refs:mRecentsAnimationController (Results 1 – 7 of 7) sorted by relevance
68 protected RecentsAnimationController mRecentsAnimationController; field in BaseSwipeUpHandler129 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()
594 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 …]
118 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
109 mRecentsAnimationController.finish( in finishRecentsControllerToHome()
102 private RecentsAnimationController mRecentsAnimationController; field in DeviceLockedInputConsumer237 mRecentsAnimationController = controller; in onRecentsAnimationStart()245 mRecentsAnimationController = null; in onRecentsAnimationCanceled()252 } else if (mRecentsAnimationController != null) { in endRemoteAnimation()253 mRecentsAnimationController.finishController( in endRemoteAnimation()
215 protected RecentsAnimationController mRecentsAnimationController; field in RecentsView998 mRecentsAnimationController = null; in reset()2079 mRecentsAnimationController = recentsAnimationController; in setRecentsAnimationTargets()2094 if (mRecentsAnimationController == null) { in finishRecentsAnimation()2101 mRecentsAnimationController.finish(toRecents, () -> { in finishRecentsAnimation()
206 if (!mEnableDrawingLiveTile || mRecentsAnimationController == null in getLiveTileParams()