Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java87 SwipeUpGestureTutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in SwipeUpGestureTutorialController() argument
88 super(tutorialFragment, tutorialType); in SwipeUpGestureTutorialController()
DTutorialController.java138 TutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in TutorialController() argument
139 mTutorialFragment = tutorialFragment; in TutorialController()
143 RootSandboxLayout rootView = tutorialFragment.getRootView(); in TutorialController()