Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList2.java73 public class MyExpandableListAdapter extends SimpleCursorTreeAdapter { class in ExpandableList2
77 public MyExpandableListAdapter(Context context, int groupLayout, in MyExpandableListAdapter() method in ExpandableList2.MyExpandableListAdapter
111 mAdapter = new MyExpandableListAdapter( in onCreate()
DExpandableList1.java50 mAdapter = new MyExpandableListAdapter(); in onCreate()
89 public class MyExpandableListAdapter extends BaseExpandableListAdapter { class in ExpandableList1