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

/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/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/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/
H A DListSuggestionCursor.java133 protected void notifyDataSetChanged() { method in class:ListSuggestionCursor
H A DSuggestions.java103 notifyDataSetChanged();
128 protected void notifyDataSetChanged() { method in class:Suggestions
129 if (DBG) Log.d(TAG, "notifyDataSetChanged()");
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DFragmentStatePagerAdapter2.java214 public void notifyDataSetChanged() { method in class:FragmentStatePagerAdapter2
230 super.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/TV/src/com/android/tv/ui/sidepanel/
H A DSideFragment.java182 protected void notifyDataSetChanged() { method in class:SideFragment
183 mAdapter.notifyDataSetChanged();
267 notifyDataSetChanged();
/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/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java234 notifyDataSetChanged();
321 notifyDataSetChanged();
396 public void notifyDataSetChanged() { method in class:PhoneFavoritesTileAdapter
398 Log.v(TAG, "notifyDataSetChanged");
400 super.notifyDataSetChanged();
476 notifyDataSetChanged();
501 notifyDataSetChanged();
530 notifyDataSetChanged();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java495 void notifyDataSetChanged() { method in class:Folder
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java516 * i.e. this.notifyDataSetChanged -> mParent.notifyDataSetChanged -> mObserver.onChanged
523 ChildAdapter.super.notifyDataSetChanged();
558 public void notifyDataSetChanged() { method in class:TrustedCredentialsSettings.ChildAdapter
560 mParent.notifyDataSetChanged();
759 mAdapter.notifyDataSetChanged();
1007 mCertHolder.mAdapter.notifyDataSetChanged();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
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...]
H A DFolderListFragment.java749 mAccountsAdapter.notifyDataSetChanged();
857 void notifyDataSetChanged(); method in interface:FolderListFragment.FolderListFragmentCursorAdapter
977 * conditions are met. Also calls notifyDataSetChanged once it's finished
992 notifyDataSetChanged();
1314 notifyDataSetChanged();
1451 notifyDataSetChanged();
1488 mFolderAdapter.notifyDataSetChanged();
1632 notifyDataSetChanged();
1642 notifyDataSetChanged();

Completed in 638 milliseconds