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

/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.java349 Cursor old = swapCursor(cursor);
365 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.java83 public Cursor swapCursor(Cursor newCursor) { method in class:PhotoPagerAdapter
99 return super.swapCursor(newCursor);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java75 public Cursor swapCursor(Cursor cursor) { method in class:CursorObjectAdapter
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCursorAdapter.java333 Cursor old = swapCursor(cursor);
349 public Cursor swapCursor(Cursor newCursor) { method in class:CursorAdapter
H A DSimpleCursorAdapter.java330 public Cursor swapCursor(Cursor c) { method in class:SimpleCursorAdapter
331 // super.swapCursor() will notify observers before we have
335 return super.swapCursor(c);

Completed in 154 milliseconds