Searched defs:changeCursor (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java118 changeCursor(PARTITION_SUGGESTIONS, cursor);
122 public void changeCursor(Cursor cursor) { method in class:JoinContactListAdapter
123 changeCursor(PARTITION_ALL_CONTACTS, cursor);
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java255 public void changeCursor(Cursor cursor) { method in class:DateSortedExpandableListAdapter
H A DBrowserHistoryPage.java165 mAdapter.changeCursor(data);
532 public void changeCursor(Cursor cursor) { method in class:BrowserHistoryPage.HistoryAdapter
534 super.changeCursor(cursor);
/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java199 public void changeCursor(Cursor cursor) { method in class:ThreadedCursorAdapter
204 mCursorAdapter.changeCursor(cursor);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java141 public void changeCursor(Cursor c) { method in class:SelectCalendarsSyncAdapter
H A DSelectCalendarsSimpleAdapter.java211 public void changeCursor(Cursor c) { method in class:SelectCalendarsSimpleAdapter
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListAdapter.java349 public void changeCursor(int partitionIndex, Cursor cursor) { method in class:ContactListAdapter
350 super.changeCursor(partitionIndex, cursor);
H A DContactEntryListAdapter.java448 public void changeCursor(int partitionIndex, Cursor cursor) { method in class:ContactEntryListAdapter
463 super.changeCursor(partitionIndex, cursor);
473 public void changeCursor(Cursor cursor) { method in class:ContactEntryListAdapter
474 changeCursor(0, cursor);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java293 public void changeCursor(DayAdapterInfo info) { method in class:AgendaByDayAdapter
295 mAgendaAdapter.changeCursor(info.cursor);
/packages/apps/Music/src/com/android/music/
H A DPlaylistBrowserActivity.java201 mAdapter.changeCursor(null);
245 mAdapter.changeCursor(cursor);
616 public void changeCursor(Cursor cursor) { method in class:PlaylistBrowserActivity.PlaylistListAdapter
623 super.changeCursor(cursor);
H A DQueryBrowserActivity.java208 mAdapter.changeCursor(null);
262 mAdapter.changeCursor(c);
457 public void changeCursor(Cursor cursor) { method in class:QueryBrowserActivity.QueryListAdapter
464 super.changeCursor(cursor);
H A DAlbumBrowserActivity.java173 mAdapter.changeCursor(null);
235 mAdapter.changeCursor(c); // also sets mAlbumCursor
631 public void changeCursor(Cursor cursor) { method in class:AlbumBrowserActivity.AlbumListAdapter
639 super.changeCursor(cursor);
H A DMusicPicker.java293 public void changeCursor(Cursor cursor) { method in class:MusicPicker.TrackListAdapter
294 super.changeCursor(cursor);
341 * handed to changeCursor.
386 mAdapter.changeCursor(cursor);
530 mAdapter.changeCursor(null);
H A DArtistAlbumBrowserActivity.java175 mAdapter.changeCursor(null);
238 mAdapter.changeCursor(c); // also sets mArtistCursor
821 public void changeCursor(Cursor cursor) { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
829 super.changeCursor(cursor);
H A DTrackBrowserActivity.java281 mAdapter.changeCursor(null);
366 mAdapter.changeCursor(newCursor); // also sets mTrackCursor
614 mAdapter.changeCursor(c);
1534 public void changeCursor(Cursor cursor) { method in class:TrackBrowserActivity.TrackListAdapter
1541 super.changeCursor(cursor);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java1082 public void changeCursor(final Cursor cursor) { method in class:AnimatedAdapter
1083 super.changeCursor(cursor);

Completed in 331 milliseconds