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.java60 @Nullable private TutorialType[] mTutorialSteps; field in GestureSandboxActivity
86 mTutorialSteps = null; in onCreate()
95 mTutorialSteps = getTutorialSteps(args); in onCreate()
97 mTutorialSteps[mCurrentStep - 1], in onCreate()
265 if (isTutorialComplete() || mTutorialSteps == null) { in continueTutorial()
269 launchTutorialStep(mTutorialSteps[mCurrentStep], false); in continueTutorial()
294 if (mTutorialSteps == null) { in getTutorialStepNames()
297 String[] tutorialStepNames = new String[mTutorialSteps.length]; in getTutorialStepNames()
300 for (TutorialType tutorialStep : mTutorialSteps) { in getTutorialStepNames()