Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialFragment.java344 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in continueTutorial()
366 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in getCurrentStep()
372 GestureSandboxActivity gestureSandboxActivity = getGestureSandboxActivity(); in getNumSteps()
387 private GestureSandboxActivity getGestureSandboxActivity() { in getGestureSandboxActivity()
390 return context instanceof GestureSandboxActivity ? (GestureSandboxActivity) context : null; in getGestureSandboxActivity()
H A DTutorialController.java535 if (mContext instanceof GestureSandboxActivity) { in createSkipTutorialDialog()
536 GestureSandboxActivity sandboxActivity = (GestureSandboxActivity) mContext; in createSkipTutorialDialog()
H A DGestureSandboxActivity.java36 public class GestureSandboxActivity extends FragmentActivity { class