Searched refs:notifyDataSetChanged (Results 1 - 25 of 106) sorted by relevance

12345

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryManager.java59 private void notifyDataSetChanged() { method in class:HistoryManager
107 notifyDataSetChanged();
146 notifyDataSetChanged();
150 notifyDataSetChanged();
158 notifyDataSetChanged();
168 notifyDataSetChanged();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java56 public void notifyDataSetChanged() { method in class:SuggestionsListAdapter
57 mAdapter.notifyDataSetChanged();
H A DSuggestionsAdapterBase.java195 notifyDataSetChanged();
201 notifyDataSetChanged();
230 protected abstract void notifyDataSetChanged(); method in class:SuggestionsAdapterBase
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpPagerAdapter.java49 notifyDataSetChanged();
58 public void notifyDataSetChanged() { method in class:MtpPagerAdapter
60 super.notifyDataSetChanged();
H A DMtpAdapter.java53 notifyDataSetChanged();
61 public void notifyDataSetChanged() { method in class:MtpAdapter
63 super.notifyDataSetChanged();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java103 notifyDataSetChanged();
128 protected void notifyDataSetChanged() { method in class:Suggestions
129 if (DBG) Log.d(TAG, "notifyDataSetChanged()");
H A DListSuggestionCursor.java133 protected void notifyDataSetChanged() { method in class:ListSuggestionCursor
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java154 notifyDataSetChanged();
160 notifyDataSetChanged();
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditActivity.java263 mSlideListAdapter.notifyDataSetChanged();
270 mSlideListAdapter.notifyDataSetChanged();
277 mSlideListAdapter.notifyDataSetChanged();
286 mSlideListAdapter.notifyDataSetChanged();
312 mSlideListAdapter.notifyDataSetChanged();
446 mSlideListAdapter.notifyDataSetChanged();
453 mSlideListAdapter.notifyDataSetChanged();
460 mSlideListAdapter.notifyDataSetChanged();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLimitedMultiSelectDialogFragment.java113 adapter.notifyDataSetChanged();
260 notifyDataSetChanged();
265 notifyDataSetChanged();
270 notifyDataSetChanged();
H A DAnimatedAdapter.java145 notifyDataSetChanged();
168 notifyDataSetChanged();
190 notifyDataSetChanged();
352 notifyDataSetChanged();
369 notifyDataSetChanged();
474 notifyDataSetChanged();
634 notifyDataSetChanged();
680 notifyDataSetChanged();
851 notifyDataSetChanged();
877 notifyDataSetChanged();
1040 public void notifyDataSetChanged() { method in class:AnimatedAdapter
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerAdapter.java49 notifyDataSetChanged();
127 notifyDataSetChanged();
274 notifyDataSetChanged();
300 public void notifyDataSetChanged() { method in class:ConversationPagerAdapter
337 "CPA: notifyDataSetChanged: fragment null, current item: %d",
354 LogUtils.d(LOG_TAG, "in CPA.notifyDataSetChanged, doing nothing. this=%s", this);
357 super.notifyDataSetChanged();
431 notifyDataSetChanged();
491 notifyDataSetChanged();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java75 mAdapter.notifyDataSetChanged();
87 mAdapter.notifyDataSetChanged();
114 mAdapter.notifyDataSetChanged();
241 mAdapter.notifyDataSetChanged();
271 mAdapter.notifyDataSetChanged();
/packages/apps/Calculator/src/com/android/calculator2/
H A DHistory.java55 mObserver.notifyDataSetChanged();
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailViewPagerAdapter.java67 notifyDataSetChanged();
H A DStreamItemAdapter.java149 notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/util/
H A DThreadedCursorAdapter.java76 public void notifyDataSetChanged() {
77 super.notifyDataSetChanged();
80 ThreadedCursorAdapter.this.notifyDataSetChanged();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeeksAdapter.java170 notifyDataSetChanged();
186 notifyDataSetChanged();
254 notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java137 mAdapter.notifyDataSetChanged();
154 mAdapter.notifyDataSetChanged();
283 notifyDataSetChanged();
302 notifyDataSetChanged();
383 notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/photos/views/
H A DHeaderGridView.java124 ((HeaderViewGridAdapter) adapter).notifyDataSetChanged();
257 notifyDataSetChanged();
462 public void notifyDataSetChanged() { method in class:HeaderGridView.HeaderViewGridAdapter
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMiscFilesHandler.java125 mAdapter.notifyDataSetChanged();
243 public void notifyDataSetChanged() { method in class:MiscFilesHandler.MemoryMearurementAdapter
244 super.notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java105 notifyDataSetChanged();
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java53 notifyDataSetChanged();
270 notifyDataSetChanged();
H A DErrorConsoleView.java250 notifyDataSetChanged();
258 notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryAdapter.java151 notifyDataSetChanged();
229 this.notifyDataSetChanged();

Completed in 982 milliseconds

12345