D | ShowcaseFragment.java | 44 private List<Step> mSteps = new LinkedList<>(); 125 public void addStep(Step step) { in addStep() 131 addStep(new Step(tutorialText, targetView)); in addStep() 136 addStep(new Step(tutorialText, targetView, highlightTargetView)); in addStep() 142 addStep(new Step(tutorialText, targetView, callback)); in addStep() 157 Step current = mAdapter.getStep(i); in executeStep() 206 public class Step { class in ShowcaseFragment 212 public Step(@StringRes int tutorialSentence, @IdRes int targetView) { in Step() method in ShowcaseFragment.Step 216 public Step(@StringRes int tutorialSentence, @IdRes int targetView, in Step() method in ShowcaseFragment.Step 222 public Step(@StringRes int tutorialSentence, @IdRes int targetView, in Step() method in ShowcaseFragment.Step
|