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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 41 setListAdapter(new SpeechListAdapter(this));
50 private class SpeechListAdapter extends BaseAdapter {
51 public SpeechListAdapter(Context context) {
List6.java 44 setListAdapter(new SpeechListAdapter(this));
51 ((SpeechListAdapter)getListAdapter()).toggle(position);
59 private class SpeechListAdapter extends BaseAdapter {
60 public SpeechListAdapter(Context context)

Completed in 65 milliseconds