Searched refs:mCurrentTutorialStep (Results 1 – 1 of 1) sorted by relevance
43 private TutorialType mCurrentTutorialStep; field in GestureSandboxActivity57 mCurrentTutorialStep = mTutorialSteps[mCurrentStep - 1]; in onCreate()59 mCurrentTutorialStep, args.getBoolean(KEY_GESTURE_COMPLETE, false)); in onCreate()124 mCurrentTutorialStep = mTutorialSteps[mCurrentStep]; in continueTutorial()125 mFragment = TutorialFragment.newInstance(mCurrentTutorialStep, false); in continueTutorial()