Searched refs:tutorialFragment (Results 1 – 2 of 2) sorted by relevance
60 TutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in TutorialController() argument61 mTutorialFragment = tutorialFragment; in TutorialController()65 View rootView = tutorialFragment.getRootView(); in TutorialController()75 mHandCoachingAnimation = tutorialFragment.getHandAnimation(); in TutorialController()
69 SwipeUpGestureTutorialController(TutorialFragment tutorialFragment, TutorialType tutorialType) { in SwipeUpGestureTutorialController() argument70 super(tutorialFragment, tutorialType); in SwipeUpGestureTutorialController()