Home
last modified time | relevance | path

Searched refs:setWillFinishToHome (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java230 public void setWillFinishToHome(boolean willFinishToHome) { in setWillFinishToHome() method in RecentsAnimationController
231 UI_HELPER_EXECUTOR.execute(() -> mController.setWillFinishToHome(willFinishToHome)); in setWillFinishToHome()
DTaskViewUtils.java633 raController.setWillFinishToHome(false); in composeRecentsLaunchAnimator()
DAbsSwipeUpHandler.java939 mRecentsAnimationController.setWillFinishToHome(swipeUpThresholdPassed);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5282 mRecentsAnimationController.setWillFinishToHome(!passed);