Home
last modified time | relevance | path

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

/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/core/java/android/widget/
DSimpleCursorAdapter.java345 public Cursor swapCursor(Cursor c) { in swapCursor() method in SimpleCursorAdapter
350 return super.swapCursor(c); in swapCursor()
DCursorAdapter.java356 Cursor old = swapCursor(cursor); in changeCursor()
372 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in CursorAdapter
/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/core/api/
Dcurrent.txt54443 method public android.database.Cursor swapCursor(android.database.Cursor);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37187 method public android.database.Cursor swapCursor(android.database.Cursor);