Searched refs:notifyDataSetChanged (Results 1 - 25 of 120) 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/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragmentAdapter.java57 notifyDataSetChanged();
78 notifyDataSetChanged();
94 notifyDataSetChanged();
H A DFragmentStatePagerAdapter2.java131 public void notifyDataSetChanged() { method in class:FragmentStatePagerAdapter2
147 super.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.java55 notifyDataSetChanged();
64 public void notifyDataSetChanged() { method in class:MtpPagerAdapter
66 super.notifyDataSetChanged();
H A DMtpAdapter.java60 notifyDataSetChanged();
68 public void notifyDataSetChanged() { method in class:MtpAdapter
70 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.java264 mSlideListAdapter.notifyDataSetChanged();
271 mSlideListAdapter.notifyDataSetChanged();
278 mSlideListAdapter.notifyDataSetChanged();
287 mSlideListAdapter.notifyDataSetChanged();
313 mSlideListAdapter.notifyDataSetChanged();
447 mSlideListAdapter.notifyDataSetChanged();
454 mSlideListAdapter.notifyDataSetChanged();
461 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.java135 notifyDataSetChanged();
158 notifyDataSetChanged();
188 notifyDataSetChanged();
360 notifyDataSetChanged();
377 notifyDataSetChanged();
484 notifyDataSetChanged();
647 notifyDataSetChanged();
704 notifyDataSetChanged();
866 notifyDataSetChanged();
892 notifyDataSetChanged();
1086 public void notifyDataSetChanged() { method in class:AnimatedAdapter
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerAdapter.java53 notifyDataSetChanged();
158 notifyDataSetChanged();
353 notifyDataSetChanged();
379 public void notifyDataSetChanged() { method in class:ConversationPagerAdapter
416 "CPA: notifyDataSetChanged: fragment null, current item: %d",
433 LogUtils.d(LOG_TAG, "in CPA.notifyDataSetChanged, doing nothing. this=%s", this);
436 super.notifyDataSetChanged();
510 notifyDataSetChanged();
574 notifyDataSetChanged();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java76 mAdapter.notifyDataSetChanged();
89 mAdapter.notifyDataSetChanged();
109 mAdapter.notifyDataSetChanged();
250 mAdapter.notifyDataSetChanged();
275 mAdapter.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/Terminal/src/com/android/terminal/
H A DTerminalActivity.java64 mTermAdapter.notifyDataSetChanged();
187 mTermAdapter.notifyDataSetChanged();
197 mTermAdapter.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/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java216 notifyDataSetChanged();
299 notifyDataSetChanged();
374 public void notifyDataSetChanged() { method in class:PhoneFavoritesTileAdapter
376 Log.v(TAG, "notifyDataSetChanged");
378 super.notifyDataSetChanged();
454 notifyDataSetChanged();
479 notifyDataSetChanged();
508 notifyDataSetChanged();
H A DRegularSearchListAdapter.java81 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/Calculator/src/com/android/calculator2/
H A DCalculatorPadViewPager.java113 mStaticPagerAdapter.notifyDataSetChanged();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java105 notifyDataSetChanged();

Completed in 422 milliseconds

12345