Searched refs:SpeechView (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | List4.java | 93 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
|
D | List6.java | 102 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
|