Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DGestureSandboxActivity.java152 Object savedSteps = extras.get(KEY_TUTORIAL_STEPS); in getTutorialSteps() local
156 if (savedSteps instanceof String) { in getTutorialSteps()
157 savedStepsNames = TextUtils.isEmpty((String) savedSteps) in getTutorialSteps()
158 ? null : ((String) savedSteps).split(","); in getTutorialSteps()
159 } else if (savedSteps instanceof String[]) { in getTutorialSteps()
160 savedStepsNames = (String[]) savedSteps; in getTutorialSteps()