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.java58 TutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in TutorialController() argument
59 mTutorialFragment = tutorialFragment; in TutorialController()
63 View rootView = tutorialFragment.getRootView(); in TutorialController()
72 mHandCoachingAnimation = tutorialFragment.getHandAnimation(); in TutorialController()
DSwipeUpGestureTutorialController.java68 SwipeUpGestureTutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in SwipeUpGestureTutorialController() argument
69 super(tutorialFragment, tutorialType); in SwipeUpGestureTutorialController()