Searched defs:swapCursor (Results 1 - 8 of 8) 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.java71 public Cursor swapCursor(Cursor newCursor) { method in class:PhotoPagerAdapter
85 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 DCursorAdapter.java315 Cursor old = swapCursor(cursor);
331 public Cursor swapCursor(Cursor newCursor) { method in class:CursorAdapter
H A DSimpleCursorAdapter.java325 public Cursor swapCursor(Cursor c) { method in class:SimpleCursorAdapter
326 Cursor res = super.swapCursor(c);

Completed in 149 milliseconds