Searched refs:tutorialText (Results 1 – 2 of 2) sorted by relevance
130 public void addStep(@StringRes int tutorialText, @IdRes int targetView) { in addStep() argument131 addStep(new Step(tutorialText, targetView)); in addStep()134 public void addStep(@StringRes int tutorialText, @IdRes int targetView, in addStep() argument136 addStep(new Step(tutorialText, targetView, highlightTargetView)); in addStep()139 public void addStep(@StringRes int tutorialText, in addStep() argument142 addStep(new Step(tutorialText, targetView, callback)); in addStep()207 @StringRes public int tutorialText; field in ShowcaseFragment.Step213 tutorialText = tutorialSentence; in Step()218 tutorialText = tutorialSentence; in Step()224 tutorialText = tutorialSentence; in Step()
70 TextView tutorialText = skeletonLayout.findViewById(R.id.tutorial_text); in instantiateItem() local71 tutorialText.setText(mContext.getString(currentStep.tutorialText)); in instantiateItem()