Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DList4.java93 SpeechView sv; in getView()
95 sv = new SpeechView(mContext, Shakespeare.TITLES[position], in getView()
98 sv = (SpeechView) convertView; in getView()
117 private class SpeechView extends LinearLayout { class in List4
118 public SpeechView(Context context, String title, String words) { in SpeechView() method in List4.SpeechView
DList6.java102 SpeechView sv; in getView()
104 … sv = new SpeechView(mContext, mTitles[position], mDialogue[position], mExpanded[position]); in getView()
106 sv = (SpeechView)convertView; in getView()
366 private class SpeechView extends LinearLayout { class in List6
367 public SpeechView(Context context, String title, String dialogue, boolean expanded) { in SpeechView() method in List6.SpeechView