Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShowcaseFragment.java125 public void addStep(Step step) { in addStep() method in ShowcaseFragment
130 public void addStep(@StringRes int tutorialText, @IdRes int targetView) { in addStep() method in ShowcaseFragment
131 addStep(new Step(tutorialText, targetView)); in addStep()
134 public void addStep(@StringRes int tutorialText, @IdRes int targetView, in addStep() method in ShowcaseFragment
136 addStep(new Step(tutorialText, targetView, highlightTargetView)); in addStep()
139 public void addStep(@StringRes int tutorialText, in addStep() method in ShowcaseFragment
142 addStep(new Step(tutorialText, targetView, callback)); in addStep()