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

123456

/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/Contacts/src/com/android/contacts/list/
H A DMultiSelectEntryContactListAdapter.java65 notifyDataSetChanged();
80 notifyDataSetChanged();
102 notifyDataSetChanged();
/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/Messaging/src/com/android/messaging/ui/
H A DCursorRecyclerAdapter.java264 notifyDataSetChanged();
269 notifyDataSetChanged();
323 notifyDataSetChanged();
329 notifyDataSetChanged();
H A DCompositeAdapter.java79 CompositeAdapter.this.notifyDataSetChanged();
115 notifyDataSetChanged();
126 notifyDataSetChanged();
136 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()");
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java154 notifyDataSetChanged();
160 notifyDataSetChanged();
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageAdapter.java85 notifyDataSetChanged();
92 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/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/Dialer/src/com/android/dialer/calllog/
H A DGroupingListAdapter.java112 notifyDataSetChanged();
159 notifyDataSetChanged();
406 notifyDataSetChanged();
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalActivity.java64 mTermAdapter.notifyDataSetChanged();
188 mTermAdapter.notifyDataSetChanged();
198 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/DeskClock/src/com/android/deskclock/
H A DClockFragment.java79 mAdapter.notifyDataSetChanged();
91 mAdapter.notifyDataSetChanged();
121 mAdapter.notifyDataSetChanged();
263 mAdapter.notifyDataSetChanged();
297 mAdapter.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();
/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/Calculator/src/com/android/calculator2/
H A DCalculatorPadViewPager.java113 mStaticPagerAdapter.notifyDataSetChanged();

Completed in 467 milliseconds

123456