Searched refs:mTutorialFragment (Results 1 – 5 of 5) sorted by relevance
99 return mTutorialFragment.getNumSteps() > 1 && mTutorialFragment.isAtFinalStep() in getSuccessFeedbackSubtitle()122 ? mTutorialFragment.mRootView.mColorOnSurfaceOverview in getDoneButtonColor()123 : mTutorialFragment.mRootView.mColorSecondaryOverview; in getDoneButtonColor()128 return mTutorialFragment.isLargeScreen() in getMockAppTaskLayoutResId()135 return mTutorialFragment.isLargeScreen() in getGestureLottieAnimationId()136 ? mTutorialFragment.isFoldable() in getGestureLottieAnimationId()144 return mTutorialFragment.mRootView.mColorSurfaceOverview; in getFakeTaskViewStartColor()162 mTutorialFragment.mRootView.mColorSurfaceContainer, in getFakeLauncherColor()163 mTutorialFragment.mRootView.mColorOnSurfaceOverview, in getFakeLauncherColor()169 return mTutorialFragment.mRootView.mColorOnSurfaceOverview; in getHotseatIconColor()[all …]
85 return mTutorialFragment.isAtFinalStep() in getSuccessFeedbackSubtitle()108 ? mTutorialFragment.mRootView.mColorOnSurfaceHome in getDoneButtonColor()109 : mTutorialFragment.mRootView.mColorSecondaryHome; in getDoneButtonColor()114 return mTutorialFragment.isLargeScreen() in getMockAppTaskLayoutResId()121 return mTutorialFragment.isLargeScreen() in getGestureLottieAnimationId()122 ? mTutorialFragment.isFoldable() in getGestureLottieAnimationId()135 return mTutorialFragment.mRootView.mColorSurfaceContainer; in getFakeLauncherColor()140 return mTutorialFragment.mRootView.mColorSurfaceHome; in getExitingAppColor()169 mTutorialFragment.close(); in onBackGestureAttempted()184 mTutorialFragment.releaseFeedbackAnimation(); in onNavBarGestureAttempted()[all …]
98 final TutorialFragment mTutorialFragment; field in TutorialController138 mTutorialFragment = tutorialFragment; in TutorialController()140 mContext = mTutorialFragment.getContext(); in TutorialController()173 mScreenWidth = mTutorialFragment.getDeviceProfile().widthPx; in TutorialController()174 mScreenHeight = mTutorialFragment.getDeviceProfile().heightPx; in TutorialController()207 if (mGestureCompleted && !mTutorialFragment.isAtFinalStep()) { in TutorialController()211 mFeedbackViewCallback = mTutorialFragment::continueTutorial; in TutorialController()260 return mTutorialFragment.isLargeScreen() in getMockHotseatResId()261 ? mTutorialFragment.isFoldable() in getMockHotseatResId()266 return mTutorialFragment.isLargeScreen() in getMockHotseatResId()[all …]
86 return mTutorialFragment.isAtFinalStep() in getSuccessFeedbackSubtitle()109 ? mTutorialFragment.mRootView.mColorOnSurfaceBack in getDoneButtonColor()110 : mTutorialFragment.mRootView.mColorSecondaryBack; in getDoneButtonColor()120 return mTutorialFragment.isLargeScreen() in getGestureLottieAnimationId()121 ? mTutorialFragment.isFoldable() in getGestureLottieAnimationId()131 : mTutorialFragment.isLargeScreen() in getMockAppTaskCurrentPageLayoutResId()140 : mTutorialFragment.isLargeScreen() in getMockAppTaskPreviousPageLayoutResId()147 return mTutorialFragment.mRootView.mColorSurfaceContainer; in getFakeLauncherColor()152 return mTutorialFragment.mRootView.mColorSurfaceBack; in getExitingAppColor()167 mTutorialFragment.close(); in onBackGestureAttempted()[all …]
104 int height = mTutorialFragment.getRootView().getFullscreenHeight(); in SwipeUpGestureTutorialController()105 int width = mTutorialFragment.getRootView().getWidth(); in SwipeUpGestureTutorialController()136 if (mTutorialFragment.getActivity() != null) { in resetTaskViews()137 int height = mTutorialFragment.getRootView().getFullscreenHeight(); in resetTaskViews()138 int width = mTutorialFragment.getRootView().getWidth(); in resetTaskViews()193 if (animatePreviousTask && mTutorialFragment.isLargeScreen()) { in fadeOutFakeTaskView()