Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DGestureSandboxActivity.java55 @Nullable private TutorialType[] mTutorialSteps; field in GestureSandboxActivity
81 mTutorialSteps = null; in onCreate()
90 mTutorialSteps = getTutorialSteps(args); in onCreate()
92 mTutorialSteps[mCurrentStep - 1], in onCreate()
211 if (isTutorialComplete() || mTutorialSteps == null) { in continueTutorial()
215 launchTutorialStep(mTutorialSteps[mCurrentStep], false); in continueTutorial()
240 if (mTutorialSteps == null) { in getTutorialStepNames()
243 String[] tutorialStepNames = new String[mTutorialSteps.length]; in getTutorialStepNames()
246 for (TutorialType tutorialStep : mTutorialSteps) { in getTutorialStepNames()