Searched refs:swapCursor (Results 1 - 10 of 10) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java57 public Cursor swapCursor(Cursor newCursor) { method in class:PhotoPagerAdapter
68 return super.swapCursor(newCursor);
H A DBaseCursorPagerAdapter.java170 public Cursor swapCursor(Cursor newCursor) { method in class:BaseCursorPagerAdapter
172 Log.v(TAG, "swapCursor old=" + (mCursor == null ? -1 : mCursor.getCount()) +
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java70 public Cursor swapCursor(Cursor newCursor) { method in class:PhotoPagerAdapter
84 return super.swapCursor(newCursor);
H A DBaseCursorPagerAdapter.java171 public Cursor swapCursor(Cursor newCursor) { method in class:BaseCursorPagerAdapter
173 Log.v(TAG, "swapCursor old=" + (mCursor == null ? -1 : mCursor.getCount()) +
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java341 public Cursor swapCursor(Cursor c) { method in class:SimpleCursorAdapter
342 // super.swapCursor() will notify observers before we have
346 return super.swapCursor(c);
H A DCursorAdapter.java309 Cursor old = swapCursor(cursor);
325 public Cursor swapCursor(Cursor newCursor) { method in class:CursorAdapter
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java325 public Cursor swapCursor(Cursor c) { method in class:SimpleCursorAdapter
326 Cursor res = super.swapCursor(c);
H A DCursorAdapter.java315 Cursor old = swapCursor(cursor);
331 public Cursor swapCursor(Cursor newCursor) { method in class:CursorAdapter
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java319 mAdapter.swapCursor(data);
346 // mAdapter.swapCursor(null);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java289 mAdapter.swapCursor(data);
312 // mAdapter.swapCursor(null);

Completed in 1301 milliseconds