Home
last modified time | relevance | path

Searched refs:swapCursor (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/widget/
DSimpleCursorAdapter.java341 public Cursor swapCursor(Cursor c) { in swapCursor() method in SimpleCursorAdapter
346 return super.swapCursor(c); in swapCursor()
DCursorAdapter.java349 Cursor old = swapCursor(cursor); in changeCursor()
365 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in CursorAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java83 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in PhotoPagerAdapter
99 return super.swapCursor(newCursor); in swapCursor()
DBaseCursorPagerAdapter.java171 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in BaseCursorPagerAdapter
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 方法,如此才不會關閉舊的
338 mAdapter.swapCursor(data);
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}:
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 方法,使旧
338 mAdapter.swapCursor(data);
347 的{@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}:
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dloaders.jd326 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} メソッドを使用する必要があります。
338 mAdapter.swapCursor(data);
346 <p>この実装では、<code>null</code> の値を使用して {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 메서드를 사용해야 합니다. 그래야
338 mAdapter.swapCursor(data);
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}를 호출하며,
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} с тем, чтобы
338 mAdapter.swapCursor(data);
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/support/v4/java/android/support/v4/widget/
DSimpleCursorAdapter.java325 public Cursor swapCursor(Cursor c) { in swapCursor() method in SimpleCursorAdapter
330 return super.swapCursor(c); in swapCursor()
DCursorAdapter.java315 Cursor old = swapCursor(cursor); in changeCursor()
331 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in CursorAdapter
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DCursorObjectAdapter.java75 public Cursor swapCursor(Cursor cursor) { in swapCursor() method in CursorObjectAdapter
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} agar
338 mAdapter.swapCursor(data);
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} para que o antigo
338 mAdapter.swapCursor(data);
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html/guide/components/
Dloaders.jd331 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} method so that the
342 mAdapter.swapCursor(data);
351 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
363 mAdapter.swapCursor(null);
474         mAdapter.swapCursor(data);
481         mAdapter.swapCursor(null);
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd130 mAdapter.swapCursor(data);
138 mAdapter.swapCursor(null);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java594 mAdapter.swapCursor(null); in onLoadFinished()
631 mAdapter.swapCursor(null); in onLoadFinished()
637 mAdapter.swapCursor(data); in onLoadFinished()
664 mAdapter.swapCursor(null); in onLoaderReset()
/frameworks/base/docs/html-intl/intl/vi/guide/components/
Dloaders.jd327 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} sao cho
338 mAdapter.swapCursor(data);
347 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()}
359 mAdapter.swapCursor(null);
470         mAdapter.swapCursor(data);
477         mAdapter.swapCursor(null);
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd609 call {@link android.support.v4.widget.CursorAdapter#swapCursor swapCursor()} to move the
616 mContactsAdapter.swapCursor(cursor);
632 mContactsAdapter.swapCursor(null);
Dretrieve-names.jd485 mCursorAdapter.swapCursor(cursor);
500 mCursorAdapter.swapCursor(null);
/frameworks/support/v17/leanback/api/
D22.0.0.txt702 method public android.database.Cursor swapCursor(android.database.Cursor);
D22.1.0.txt708 method public android.database.Cursor swapCursor(android.database.Cursor);
D23.0.0.txt640 method public android.database.Cursor swapCursor(android.database.Cursor);
D22.2.0.txt708 method public android.database.Cursor swapCursor(android.database.Cursor);
D22.2.1.txt640 method public android.database.Cursor swapCursor(android.database.Cursor);

12