Searched refs:mTutorialType (Results 1 – 7 of 7) sorted by relevance
49 TutorialType mTutorialType; field in TutorialFragment125 mTutorialType = (TutorialType) args.getSerializable(KEY_TUTORIAL_TYPE); in onCreate()259 changeController(mTutorialType); in onResume()294 mTutorialType = tutorialType; in changeController()300 savedInstanceState.putSerializable(KEY_TUTORIAL_TYPE, mTutorialType); in onSaveInstanceState()
56 switch (mTutorialType) { in onBackGestureAttempted()100 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in onNavBarGestureAttempted()104 } else if (mTutorialType == BACK_NAVIGATION) { in onNavBarGestureAttempted()
36 switch (mTutorialType) { in onBackGestureAttempted()59 switch (mTutorialType) { in onNavBarGestureAttempted()
54 switch (mTutorialType) { in onBackGestureAttempted()79 switch (mTutorialType) { in onNavBarGestureAttempted()
61 switch (mTutorialType) { in onBackGestureAttempted()86 switch (mTutorialType) { in onNavBarGestureAttempted()
65 TutorialType mTutorialType; field in TutorialController94 mTutorialType = tutorialType; in TutorialController()129 mTutorialType = tutorialType; in setTutorialType()
223 if (mTutorialType == HOME_NAVIGATION_COMPLETE in setNavBarGestureProgress()224 || mTutorialType == OVERVIEW_NAVIGATION_COMPLETE) { in setNavBarGestureProgress()