Home
last modified time | relevance | path

Searched refs:mTutorialType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java42 TutorialType mTutorialType; field in TutorialController
60 mTutorialType = tutorialType; in TutorialController()
85 mTutorialType = tutorialType; in setTutorialType()
146 mHandCoachingAnimation.startLoopedAnimation(mTutorialType); in showHandCoachingAnimation()
203 return mTutorialType == TutorialType.BACK_NAVIGATION_COMPLETE in isComplete()
204 || mTutorialType == TutorialType.HOME_NAVIGATION_COMPLETE in isComplete()
205 || mTutorialType == TutorialType.OVERVIEW_NAVIGATION_COMPLETE in isComplete()
206 || mTutorialType == TutorialType.ASSISTANT_COMPLETE; in isComplete()
DBackGestureTutorialController.java37 switch (mTutorialType) { in getTitleStringId()
50 switch (mTutorialType) { in getSubtitleStringId()
63 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in getActionButtonStringId()
71 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in getActionTextButtonStringId()
89 switch (mTutorialType) { in onBackGestureAttempted()
151 if (mTutorialType == BACK_NAVIGATION_COMPLETE) { in onNavBarGestureAttempted()
DAssistantGestureTutorialController.java37 switch (mTutorialType) { in getTitleStringId()
48 if (mTutorialType == TutorialType.ASSISTANT) { in getSubtitleStringId()
56 if (mTutorialType == ASSISTANT_COMPLETE) { in getActionButtonStringId()
69 switch (mTutorialType) { in onBackGestureAttempted()
92 switch (mTutorialType) { in onNavBarGestureAttempted()
DHomeGestureTutorialController.java39 switch (mTutorialType) { in getTitleStringId()
50 if (mTutorialType == TutorialType.HOME_NAVIGATION) { in getSubtitleStringId()
58 if (mTutorialType == HOME_NAVIGATION_COMPLETE) { in getActionButtonStringId()
71 switch (mTutorialType) { in onBackGestureAttempted()
93 switch (mTutorialType) { in onNavBarGestureAttempted()
DOverviewGestureTutorialController.java40 switch (mTutorialType) { in getTitleStringId()
51 if (mTutorialType == TutorialType.OVERVIEW_NAVIGATION) { in getSubtitleStringId()
59 if (mTutorialType == OVERVIEW_NAVIGATION_COMPLETE) { in getActionButtonStringId()
72 switch (mTutorialType) { in onBackGestureAttempted()
94 switch (mTutorialType) { in onNavBarGestureAttempted()
DTutorialFragment.java42 TutorialType mTutorialType; field in TutorialFragment
93 mTutorialType = (TutorialType) args.getSerializable(KEY_TUTORIAL_TYPE); in onCreate()
125 changeController(mTutorialType); in onResume()
158 mTutorialType = tutorialType; in changeController()
163 savedInstanceState.putSerializable(KEY_TUTORIAL_TYPE, mTutorialType); in onSaveInstanceState()
DSwipeUpGestureTutorialController.java158 if (displacement == null || mTutorialType == HOME_NAVIGATION_COMPLETE in setNavBarGestureProgress()
159 || mTutorialType == OVERVIEW_NAVIGATION_COMPLETE) { in setNavBarGestureProgress()