Searched refs:SimpleCursorTreeAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSimpleCursorTreeAdapter.java31 * {@link android.widget.SimpleCursorTreeAdapter.ViewBinder} is available,
40 public abstract class SimpleCursorTreeAdapter extends ResourceCursorTreeAdapter { class in inherits:ResourceCursorTreeAdapter
73 * associated with this {@link SimpleCursorTreeAdapter} is
102 public SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, method in class:SimpleCursorTreeAdapter
114 * associated with this {@link SimpleCursorTreeAdapter} is
139 public SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, method in class:SimpleCursorTreeAdapter
150 * associated with this {@link SimpleCursorTreeAdapter} is
172 public SimpleCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, method in class:SimpleCursorTreeAdapter
194 * @see #setViewBinder(android.widget.SimpleCursorTreeAdapter.ViewBinder)
233 throw new IllegalStateException("SimpleCursorTreeAdapter ca
[all...]
/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java28 import android.widget.SimpleCursorTreeAdapter;
96 * {@link SimpleCursorTreeAdapter} and {@link SimpleExpandableListAdapter}.
102 * row layout resource. The {@link SimpleCursorTreeAdapter} fetches data from
148 * {@link android.widget.SimpleCursorTreeAdapter SimpleCursorTreeAdapter} for

Completed in 174 milliseconds