Home
last modified time | relevance | path

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

123

/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java92 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testCreateLive()
103 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo); in testCreateNull()
114 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorLive()
133 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorNull()
178 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, null, null); in testNullConstructor()
255 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-intl/intl/zh-tw/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter}。</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 方法,如此才不會關閉舊的
332 />SimpleCursorAdapter mAdapter;
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}:
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter}。</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 方法,使旧
332 />SimpleCursorAdapter mAdapter;
347 的{@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}:
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter} などのローダのデータを表示する方法。</li>
326 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} メソッドを使用する必要があります。
332 />SimpleCursorAdapter mAdapter;
346 <p>この実装では、<code>null</code> の値を使用して {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor…
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter})</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 메서드를 사용해야 합니다. 그래야
332 />SimpleCursorAdapter mAdapter;
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}를 호출하며,
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter};</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} с тем, чтобы
332 />SimpleCursorAdapter mAdapter;
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
442 {@link android.widget.SimpleCursorAdapter} 时,您必须指定要为 {@link android.database.Cursor}
455 <p>当您实例化 {@link android.widget.SimpleCursorAdapter}
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>然后,{@link android.widget.SimpleCursorAdapter} 会使用提供的布局,将每个
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
442 используется {@link android.widget.SimpleCursorAdapter}, необходимо указать макет, который будет
455 <p>При создании экземпляра объекта {@link android.widget.SimpleCursorAdapter} передайте в него маке…
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>Затем {@link android.widget.SimpleCursorAdapter} создает представление для каждой строки в объек…
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
442 {@link android.widget.SimpleCursorAdapter} 時,您必須指定要用於 {@link android.database.Cursor} 中所有資料列的版面配置,以…
455 <p>當您啟動 {@link android.widget.SimpleCursorAdapter} 時,請傳送用於顯示所有結果的版面配置、包含結果的 {@link android.database…
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>{@link android.widget.SimpleCursorAdapter} 隨即會將每個 {@code
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
441 ….database.Cursor} から取得されたデータの場合は、このアダプタを使います。{@link android.widget.SimpleCursorAdapter} を使う場合は、{@l…
455 <p>{@link android.widget.SimpleCursorAdapter} のインスタンスを作成するとき、各結果に使うレイアウト、結果を含む {@link android.datab…
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>次に、{@link android.widget.SimpleCursorAdapter} によって、対応する {@code toViews} ビューに各 {@code
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
442 {@link android.widget.SimpleCursorAdapter}를 사용하는 경우,
455 <p>{@link android.widget.SimpleCursorAdapter}를 인스턴트화하는 경우, 각 결과에 대해 사용할 레이아웃과
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>그러면 {@link android.widget.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.jd441 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
443 using {@link android.widget.SimpleCursorAdapter}, you must specify a layout to use for each
456 <p>When you instantiate the {@link android.widget.SimpleCursorAdapter}, pass the layout to use for
459 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
464 <p>The {@link android.widget.SimpleCursorAdapter} then creates a view for each row in the
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter}.</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} agar
332 />SimpleCursorAdapter mAdapter;
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter}.</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} para que o antigo
332 />SimpleCursorAdapter mAdapter;
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),
/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(),
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd76 SimpleCursorAdapter mAdapter;
108 mAdapter = new SimpleCursorAdapter(this,
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
442 menggunakan {@link android.widget.SimpleCursorAdapter}, Anda harus menentukan layout yang akan digu…
455 <p>Bila Anda membuat instance {@link android.widget.SimpleCursorAdapter}, teruskan layout yang akan…
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>{@link android.widget.SimpleCursorAdapter} kemudian membuat tampilan untuk tiap baris dalam
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/
Ddeclaring-layout.jd440 <dt>{@link android.widget.SimpleCursorAdapter}</dt>
442 Ao usar {@link android.widget.SimpleCursorAdapter}, é necessário especificar um layout a usar para …
455 <p>Ao instanciar o {@link android.widget.SimpleCursorAdapter}, passe o layout a usar
458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
463 <p>Em seguida, o {@link android.widget.SimpleCursorAdapter} cria uma vista de cada linha
/frameworks/base/docs/html-intl/intl/vi/guide/components/
Dloaders.jd134 android.widget.SimpleCursorAdapter}.</li>
327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} sao cho
332 />SimpleCursorAdapter mAdapter;
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
352 SimpleCursorAdapter mAdapter;
379     SimpleCursorAdapter mAdapter;
395         mAdapter = new SimpleCursorAdapter(getActivity(),

123