Searched defs:swapCursor (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java75 public Cursor swapCursor(Cursor cursor) { method in class:CursorObjectAdapter
/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.java313 Cursor old = swapCursor(cursor);
329 public Cursor swapCursor(Cursor newCursor) { method in class:CursorAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java171 public Cursor swapCursor(Cursor newCursor) { method in class:BaseCursorPagerAdapter
173 Log.v(TAG, "swapCursor old=" + (mCursor == null ? -1 : mCursor.getCount()) +
H A DPhotoPagerAdapter.java81 public Cursor swapCursor(Cursor newCursor) { method in class:PhotoPagerAdapter
97 return super.swapCursor(newCursor);
/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 170 milliseconds