Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialFragment.java476 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in continueTutorial() local
477 if (gestureSandboxActivity == null) { in continueTutorial()
481 gestureSandboxActivity.continueTutorial(); in continueTutorial()
501 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in closeTutorialStep() local
502 if (mFromTutorialMenu && gestureSandboxActivity != null) { in closeTutorialStep()
503 gestureSandboxActivity.launchTutorialMenu(); in closeTutorialStep()
514 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in getCurrentStep() local
516 return gestureSandboxActivity == null ? -1 : gestureSandboxActivity.getCurrentStep(); in getCurrentStep()
520 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in getNumSteps() local
522 return gestureSandboxActivity == null ? -1 : gestureSandboxActivity.getNumSteps(); in getNumSteps()