Home
last modified time | relevance | path

Searched refs:SimpleCursorAdapter (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java90 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testCreateLive()
101 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo); in testCreateNull()
112 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorLive()
131 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorNull()
176 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, null, null); in testNullConstructor()
253 private static class TestSimpleCursorAdapter extends SimpleCursorAdapter {
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursor.java28 import android.widget.SimpleCursorAdapter;
42 ListAdapter adapter = new SimpleCursorAdapter(this, in onCreate()
DListWithDisappearingItemBug.java32 import android.widget.SimpleCursorAdapter;
50 ListAdapter adapter = new SimpleCursorAdapter(this, in onCreate()
/frameworks/base/core/java/android/widget/
DSimpleCursorAdapter.java48 public class SimpleCursorAdapter extends ResourceCursorAdapter { class
77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter() method in SimpleCursorAdapter
102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, in SimpleCursorAdapter() method in SimpleCursorAdapter
/frameworks/support/v4/java/android/support/v4/widget/
DSimpleCursorAdapter.java33 public class SimpleCursorAdapter extends ResourceCursorAdapter { class
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter() method in SimpleCursorAdapter
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, in SimpleCursorAdapter() method in SimpleCursorAdapter
/frameworks/base/docs/html/training/load-data-background/
Dhandle-results.jd79 * Defines a SimpleCursorAdapter for the ListView
82 SimpleCursorAdapter mAdapter =
83 new SimpleCursorAdapter(
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd35 SimpleCursorAdapter adapter2 = new SimpleCursorAdapter(this,
Ddeclaring-layout.jd445 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
447 using {@link android.widget.SimpleCursorAdapter}, you must specify a layout to use for each
460 <p>When you instantiate the {@link android.widget.SimpleCursorAdapter}, pass the layout to use for
463 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
468 <p>The {@link android.widget.SimpleCursorAdapter} then creates a view for each row in the
Dactionbar.jd1124 android.widget.SimpleCursorAdapter}. For example, here's an easy way to create a {@link
/frameworks/base/docs/html/guide/components/
Dloaders.jd136 android.widget.SimpleCursorAdapter}.</li>
331 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} method so that the
336 />SimpleCursorAdapter mAdapter;
351 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
356 SimpleCursorAdapter mAdapter;
383     SimpleCursorAdapter mAdapter;
399         mAdapter = new SimpleCursorAdapter(getActivity(),
Dfragments.jd182 android.widget.SimpleCursorAdapter}), similar to {@link android.app.ListActivity}. It provides
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd76 SimpleCursorAdapter mAdapter;
108 mAdapter = new SimpleCursorAdapter(this,
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd15 SimpleCursorAdapter.</em></li>
486 <p>Our example uses a {@link android.widget.SimpleCursorAdapter
487 SimpleCursorAdapter} to bind a database {@link android.database.Cursor Cursor}
497 method uses <code>SimpleCursorAdapter,</code> which takes a database <code>Cursor</code>
520 SimpleCursorAdapter notes =
521 new SimpleCursorAdapter(this, R.layout.notes_row, c, from, to);
540 Next is the SimpleCursorAdapter instantiation.
541 Like many classes in Android, the SimpleCursorAdapter needs a Context in order to do its
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd225 private SimpleCursorAdapter mCursorAdapter;
259 Set up the {@link android.support.v4.widget.SimpleCursorAdapter} that binds the results of the
275 mCursorAdapter = new SimpleCursorAdapter(
327 {@link android.support.v4.widget.SimpleCursorAdapter} binding process.
479 {@link android.support.v4.widget.SimpleCursorAdapter}. This automatically updates the
492 {@link android.support.v4.widget.SimpleCursorAdapter} reference to the existing
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java58 import android.widget.SimpleCursorAdapter;
1063 adapter = new SimpleCursorAdapter(mContext, layout, in createListView()
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd597 via a {@link android.widget.SimpleCursorAdapter}.
601 {@link android.widget.SimpleCursorAdapter} object containing the {@link android.database.Cursor}
616 // Creates a new SimpleCursorAdapter
617 mCursorAdapter = new SimpleCursorAdapter(
Dcontacts-provider.jd879 mCursorAdapter = new SimpleCursorAdapter(
/frameworks/base/docs/html/training/implementing-navigation/
Dnav-drawer.jd119 android.widget.ArrayAdapter} or {@link android.widget.SimpleCursorAdapter}).</p>
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd569 // Create the ListAdapter. A SimpleCursorAdapter lets you specify two interesting things:
572 ListAdapter adapter = new SimpleCursorAdapter(this,
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt117 NO DOC BLOCK: android.widget.SimpleCursorAdapter Method changeCursorAndColumns(android.database.Cur…
/frameworks/base/docs/html/
Dsitemap.txt1385 http://developer.android.com/reference/android/widget/SimpleCursorAdapter.html
1518 http://developer.android.com/reference/android/widget/SimpleCursorAdapter.CursorToStringConverter.h…
1519 http://developer.android.com/reference/android/widget/SimpleCursorAdapter.ViewBinder.html
1842 http://developer.android.com/reference/android/support/v4/widget/SimpleCursorAdapter.CursorToString…
1843 http://developer.android.com/reference/android/support/v4/widget/SimpleCursorAdapter.ViewBinder.html
1849 http://developer.android.com/reference/android/support/v4/widget/SimpleCursorAdapter.html
4579 http://developer.android.com/sdk/api_diff/11/changes/android.widget.SimpleCursorAdapter.html
4685 http://developer.android.com/sdk/api_diff/3/changes/android.widget.SimpleCursorAdapter.html
/frameworks/base/
Dpreloaded-classes1692 android.widget.SimpleCursorAdapter
/frameworks/base/api/
Dsystem-current.txt40974 public class SimpleCursorAdapter extends android.widget.ResourceCursorAdapter {
40975 …ctor public deprecated SimpleCursorAdapter(android.content.Context, int, android.database.Cursor, …
40976 …ctor public SimpleCursorAdapter(android.content.Context, int, android.database.Cursor, java.lang.S…
40979 …method public android.widget.SimpleCursorAdapter.CursorToStringConverter getCursorToStringConverte…
40981 method public android.widget.SimpleCursorAdapter.ViewBinder getViewBinder();
40982 …method public void setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringCon…
40984 method public void setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder);
40989 public static abstract interface SimpleCursorAdapter.CursorToStringConverter {
40993 public static abstract interface SimpleCursorAdapter.ViewBinder {
Dcurrent.txt38445 public class SimpleCursorAdapter extends android.widget.ResourceCursorAdapter {
38446 …ctor public deprecated SimpleCursorAdapter(android.content.Context, int, android.database.Cursor, …
38447 …ctor public SimpleCursorAdapter(android.content.Context, int, android.database.Cursor, java.lang.S…
38450 …method public android.widget.SimpleCursorAdapter.CursorToStringConverter getCursorToStringConverte…
38452 method public android.widget.SimpleCursorAdapter.ViewBinder getViewBinder();
38453 …method public void setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringCon…
38455 method public void setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder);
38460 public static abstract interface SimpleCursorAdapter.CursorToStringConverter {
38464 public static abstract interface SimpleCursorAdapter.ViewBinder {