HomeSort by relevance Sort by last modified time
    Searched defs:SimpleCursorAdapter (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 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
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 27 * Static library support version of the framework's {@link android.widget.SimpleCursorAdapter}.
33 public class SimpleCursorAdapter extends ResourceCursorAdapter {
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) {
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from,
101 * {@link android.widget.SimpleCursorAdapter.ViewBinder} is available,
115 * @see #setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder)
146 " view that can be bounds by this SimpleCursorAdapter");
159 * @see #setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder)
224 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
242 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 38 import android.widget.SimpleCursorAdapter;
40 import android.widget.SimpleCursorAdapter.CursorToStringConverter;
41 import android.widget.SimpleCursorAdapter.ViewBinder;
49 * Test {@link SimpleCursorAdapter}.
51 @TestTargetClass(SimpleCursorAdapter.class)
68 private SimpleCursorAdapter mSimpleCursorAdapter;
106 mSimpleCursorAdapter = new SimpleCursorAdapter(mContext, R.layout.cursoradapter_item0,
112 method = "SimpleCursorAdapter",
117 new SimpleCursorAdapter(mContext, R.layout.cursoradapter_item0,
129 + "SimpleCursorAdapter#bindView(View, Context, Cursor) if the param view is
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 68 milliseconds