Searched refs:mTutorialType (Results 1 – 6 of 6) sorted by relevance
68 TutorialType mTutorialType; field in TutorialFragment107 ? (mTutorialType == null in recreateFragment()108 ? getDefaultTutorialType() : mTutorialType) in recreateFragment()109 : mTutorialController.mTutorialType; in recreateFragment()168 mTutorialType = (TutorialType) args.getSerializable(KEY_TUTORIAL_TYPE); in onCreate()245 "Cannot show introduction feedback for tutorial step: " + mTutorialType in initializeFeedbackVideoView()253 "Cannot show introduction feedback for tutorial step: " + mTutorialType in initializeFeedbackVideoView()346 changeController(mTutorialType); in onResume()404 mTutorialType = tutorialType; in changeController()411 savedInstanceState.putSerializable(KEY_TUTORIAL_TYPE, mTutorialType); in onSaveInstanceState()[all …]
160 switch (mTutorialType) { in onBackGestureAttempted()247 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in onNavBarGestureAttempted()251 } else if (mTutorialType == BACK_NAVIGATION) { in onNavBarGestureAttempted()
153 switch (mTutorialType) { in onBackGestureAttempted()180 switch (mTutorialType) { in onNavBarGestureAttempted()
99 TutorialType mTutorialType; field in TutorialController139 mTutorialType = tutorialType; in TutorialController()254 mTutorialType = tutorialType; in setTutorialType()396 "Cannot show success feedback for tutorial step: " + mTutorialType in showSuccessFeedback()609 if (mTutorialType == TutorialType.BACK_NAVIGATION) { in transitToController()
185 switch (mTutorialType) { in onBackGestureAttempted()212 switch (mTutorialType) { in onNavBarGestureAttempted()
288 if (mTutorialType == HOME_NAVIGATION_COMPLETE in setNavBarGestureProgress()289 || mTutorialType == OVERVIEW_NAVIGATION_COMPLETE) { in setNavBarGestureProgress()