Searched refs:addStep (Results 1 – 1 of 1) sorted by relevance
125 public void addStep(Step step) { in addStep() method in ShowcaseFragment130 public void addStep(@StringRes int tutorialText, @IdRes int targetView) { in addStep() method in ShowcaseFragment131 addStep(new Step(tutorialText, targetView)); in addStep()134 public void addStep(@StringRes int tutorialText, @IdRes int targetView, in addStep() method in ShowcaseFragment136 addStep(new Step(tutorialText, targetView, highlightTargetView)); in addStep()139 public void addStep(@StringRes int tutorialText, in addStep() method in ShowcaseFragment142 addStep(new Step(tutorialText, targetView, callback)); in addStep()