Searched refs:swapCursor (Results 1 – 14 of 14) sorted by relevance
81 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in PhotoPagerAdapter97 return super.swapCursor(newCursor); in swapCursor()
171 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in BaseCursorPagerAdapter
341 public Cursor swapCursor(Cursor c) { in swapCursor() method in SimpleCursorAdapter346 return super.swapCursor(c); in swapCursor()
313 Cursor old = swapCursor(cursor); in changeCursor()329 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in CursorAdapter
325 public Cursor swapCursor(Cursor c) { in swapCursor() method in SimpleCursorAdapter326 Cursor res = super.swapCursor(c); in swapCursor()
315 Cursor old = swapCursor(cursor); in changeCursor()331 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in CursorAdapter
75 public Cursor swapCursor(Cursor cursor) { in swapCursor() method in CursorObjectAdapter
331 android.widget.SimpleCursorAdapter#swapCursor swapCursor()} method so that the342 mAdapter.swapCursor(data);351 {@link android.widget.SimpleCursorAdapter#swapCursor swapCursor()} 363 mAdapter.swapCursor(null);474 mAdapter.swapCursor(data);481 mAdapter.swapCursor(null);
130 mAdapter.swapCursor(data);138 mAdapter.swapCursor(null);
528 mAdapter.swapCursor(null); in onLoadFinished()565 mAdapter.swapCursor(null); in onLoadFinished()571 mAdapter.swapCursor(data); in onLoadFinished()598 mAdapter.swapCursor(null); in onLoaderReset()
610 call {@link android.support.v4.widget.CursorAdapter#swapCursor swapCursor()} to move the617 mContactsAdapter.swapCursor(cursor);633 mContactsAdapter.swapCursor(null);
485 mCursorAdapter.swapCursor(cursor);500 mCursorAdapter.swapCursor(null);
39718 method public android.database.Cursor swapCursor(android.database.Cursor);
37189 method public android.database.Cursor swapCursor(android.database.Cursor);