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/
DTutorialController.java137 TutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in TutorialController() argument
138 mTutorialFragment = tutorialFragment; in TutorialController()
142 RootSandboxLayout rootView = tutorialFragment.getRootView(); in TutorialController()
DSwipeUpGestureTutorialController.java90 SwipeUpGestureTutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in SwipeUpGestureTutorialController() argument
91 super(tutorialFragment, tutorialType); in SwipeUpGestureTutorialController()