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

/frameworks/base/core/java/android/widget/
H A DBaseAdapter.java49 public void notifyDataSetChanged() { method in class:BaseAdapter
H A DBaseExpandableListAdapter.java55 public void notifyDataSetChanged() { method in class:BaseExpandableListAdapter
H A DArrayAdapter.java81 * Indicates whether or not {@link #notifyDataSetChanged()} must be called whenever
175 if (mNotifyOnChange) notifyDataSetChanged();
179 if (mNotifyOnChange) notifyDataSetChanged();
193 if (mNotifyOnChange) notifyDataSetChanged();
197 if (mNotifyOnChange) notifyDataSetChanged();
214 if (mNotifyOnChange) notifyDataSetChanged();
228 if (mNotifyOnChange) notifyDataSetChanged();
239 if (mNotifyOnChange) notifyDataSetChanged();
246 public void notifyDataSetChanged() { method in class:ArrayAdapter
247 super.notifyDataSetChanged();
[all...]
H A DCursorTreeAdapter.java298 public void notifyDataSetChanged() { method in class:CursorTreeAdapter
299 notifyDataSetChanged(true);
309 public void notifyDataSetChanged(boolean releaseCursors) { method in class:CursorTreeAdapter
315 super.notifyDataSetChanged();
465 notifyDataSetChanged(releaseCursors);
513 notifyDataSetChanged();
/frameworks/base/core/java/android/app/
H A DSuggestionsAdapter.java189 public void notifyDataSetChanged() { method in class:SuggestionsAdapter
190 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
191 super.notifyDataSetChanged();

Completed in 69 milliseconds