Home
last modified time | relevance | path

Searched defs:tutorialText (Results 1 – 2 of 2) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShowcaseFragment.java130 public void addStep(@StringRes int tutorialText, @IdRes int targetView) { in addStep()
134 public void addStep(@StringRes int tutorialText, @IdRes int targetView, in addStep()
139 public void addStep(@StringRes int tutorialText, in addStep()
207 @StringRes public int tutorialText; field in ShowcaseFragment.Step
DStepAdapter.java70 TextView tutorialText = skeletonLayout.findViewById(R.id.tutorial_text); in instantiateItem() local