Lines Matching defs:SimpleCursorAdapter

31  * {@link android.widget.SimpleCursorAdapter.ViewBinder} is available,
42 * {@link android.widget.SimpleCursorAdapter.CursorToStringConverter} and the
48 public class SimpleCursorAdapter extends ResourceCursorAdapter {
77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) {
102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from,
116 * {@link android.widget.SimpleCursorAdapter.ViewBinder} is available,
130 * @see #setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder)
161 " view that can be bounds by this SimpleCursorAdapter");
174 * @see #setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder)
239 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
257 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
269 * {@link android.widget.SimpleCursorAdapter.CursorToStringConverter}
271 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
287 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
371 * This class can be used by external clients of SimpleCursorAdapter
375 * that are not directly supported by SimpleCursorAdapter or to
377 * SimpleCursorAdapter.
379 * @see SimpleCursorAdapter#bindView(android.view.View, android.content.Context, android.database.Cursor)
380 * @see SimpleCursorAdapter#setViewImage(ImageView, String)
381 * @see SimpleCursorAdapter#setViewText(TextView, String)
388 * If this method returns false, SimpleCursorAdapter will attempts to handle
401 * This class can be used by external clients of SimpleCursorAdapter