Searched refs:mTutorialType (Results 1 – 6 of 6) sorted by relevance
69 TutorialType mTutorialType; field in TutorialFragment111 ? (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 …]
162 switch (mTutorialType) { in onBackGestureAttempted()249 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in onNavBarGestureAttempted()253 } else if (mTutorialType == BACK_NAVIGATION) { in onNavBarGestureAttempted()
150 switch (mTutorialType) { in onBackGestureAttempted()177 switch (mTutorialType) { in onNavBarGestureAttempted()
182 switch (mTutorialType) { in onBackGestureAttempted()209 switch (mTutorialType) { in onNavBarGestureAttempted()
100 TutorialType mTutorialType; field in TutorialController140 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()
285 if (mTutorialType == HOME_NAVIGATION_COMPLETE in setNavBarGestureProgress()286 || mTutorialType == OVERVIEW_NAVIGATION_COMPLETE) { in setNavBarGestureProgress()