HomeSort by relevance Sort by last modified time
    Searched refs:DIALOGUE (Results 1 - 8 of 8) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/
Shakespeare.java 22 public static final String[] DIALOGUE =
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Shakespeare.java 22 public static final String[] DIALOGUE =
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Shakespeare.java 22 public static final String[] DIALOGUE =
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 96 Shakespeare.DIALOGUE[position]);
100 sv.setDialogue(Shakespeare.DIALOGUE[position]);
145 * Convenience method to set the dialogue of a SpeechView
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 219 text.setText(Shakespeare.DIALOGUE[getShownIndex()]);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 218 text.setText(Shakespeare.DIALOGUE[getShownIndex()]);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java 138 mContent.setText(Shakespeare.DIALOGUE[position]);
SlidingPaneLayoutActivity.java 115 mContent.setText(Shakespeare.DIALOGUE[position]);

Completed in 385 milliseconds