Home
last modified time | relevance | path

Searched refs:mTutorialType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialFragment.java69 TutorialType mTutorialType; field in TutorialFragment
111 ? (mTutorialType == null in recreateFragment()
112 ? getDefaultTutorialType() : mTutorialType) in recreateFragment()
113 : mTutorialController.mTutorialType; in recreateFragment()
177 mTutorialType = (TutorialType) args.getSerializable(KEY_TUTORIAL_TYPE); in onCreate()
259 "Cannot show introduction feedback for tutorial step: " + mTutorialType in initializeFeedbackVideoView()
267 "Cannot show introduction feedback for tutorial step: " + mTutorialType in initializeFeedbackVideoView()
360 runOnAttached(() -> changeController(mTutorialType)); in onResume()
443 mTutorialType = tutorialType; in changeController()
450 savedInstanceState.putSerializable(KEY_TUTORIAL_TYPE, mTutorialType); in onSaveInstanceState()
[all …]
DBackGestureTutorialController.java162 switch (mTutorialType) { in onBackGestureAttempted()
249 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in onNavBarGestureAttempted()
253 } else if (mTutorialType == BACK_NAVIGATION) { in onNavBarGestureAttempted()
DHomeGestureTutorialController.java150 switch (mTutorialType) { in onBackGestureAttempted()
177 switch (mTutorialType) { in onNavBarGestureAttempted()
DOverviewGestureTutorialController.java182 switch (mTutorialType) { in onBackGestureAttempted()
209 switch (mTutorialType) { in onNavBarGestureAttempted()
DTutorialController.java100 TutorialType mTutorialType; field in TutorialController
140 mTutorialType = tutorialType; in TutorialController()
259 mTutorialType = tutorialType; in setTutorialType()
401 "Cannot show success feedback for tutorial step: " + mTutorialType in showSuccessFeedback()
614 if (mTutorialType == TutorialType.BACK_NAVIGATION) { in transitToController()
DSwipeUpGestureTutorialController.java285 if (mTutorialType == HOME_NAVIGATION_COMPLETE in setNavBarGestureProgress()
286 || mTutorialType == OVERVIEW_NAVIGATION_COMPLETE) { in setNavBarGestureProgress()