Searched refs:GestureSandboxActivity (Results 1 – 3 of 3) sorted by relevance
344 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()
535 if (mContext instanceof GestureSandboxActivity) { in createSkipTutorialDialog()536 GestureSandboxActivity sandboxActivity = (GestureSandboxActivity) mContext; in createSkipTutorialDialog()
36 public class GestureSandboxActivity extends FragmentActivity { class