Home
last modified time | relevance | path

Searched refs:isAtFinalStep (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DHomeGestureTutorialController.java46 return mTutorialFragment.isAtFinalStep() in getSuccessFeedbackSubtitle()
H A DBackGestureTutorialController.java47 return mTutorialFragment.isAtFinalStep() in getSuccessFeedbackSubtitle()
H A DOverviewGestureTutorialController.java56 return mTutorialFragment.getNumSteps() > 1 && mTutorialFragment.isAtFinalStep() in getSuccessFeedbackSubtitle()
H A DTutorialController.java151 if (mGestureCompleted && !mTutorialFragment.isAtFinalStep()) { in TutorialController()
289 if (mTutorialFragment.isAtFinalStep()) { in showFeedback()
H A DTutorialFragment.java377 boolean isAtFinalStep() { in isAtFinalStep() method in TutorialFragment