Searched defs:SimpleCursorTreeAdapter (Results 1 - 1 of 1) sorted by last modified time

/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...]

Completed in 49 milliseconds