Searched defs:notifyDataSetChanged (Results 1 - 10 of 10) 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.java82 * Indicates whether or not {@link #notifyDataSetChanged()} must be called whenever
182 if (mNotifyOnChange) notifyDataSetChanged();
198 if (mNotifyOnChange) notifyDataSetChanged();
214 if (mNotifyOnChange) notifyDataSetChanged();
231 if (mNotifyOnChange) notifyDataSetChanged();
247 if (mNotifyOnChange) notifyDataSetChanged();
261 if (mNotifyOnChange) notifyDataSetChanged();
278 if (mNotifyOnChange) notifyDataSetChanged();
285 public void notifyDataSetChanged() { method in class:ArrayAdapter
286 super.notifyDataSetChanged();
[all...]
H A DCursorTreeAdapter.java297 public void notifyDataSetChanged() { method in class:CursorTreeAdapter
298 notifyDataSetChanged(true);
308 public void notifyDataSetChanged(boolean releaseCursors) { method in class:CursorTreeAdapter
314 super.notifyDataSetChanged();
464 notifyDataSetChanged(releaseCursors);
512 notifyDataSetChanged();
H A DSuggestionsAdapter.java213 public void notifyDataSetChanged() { method in class:SuggestionsAdapter
214 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
215 super.notifyDataSetChanged();
H A DRemoteViewsAdapter.java122 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
184 // Handle queued notifyDataSetChanged() if necessary
525 // position is guaranteed as not being necessary any more (usually on notifyDataSetChanged).
740 // is invalidated through the notifyDataSetChanged() flow).
897 // a notifyDataSetChanged to update the widget accordingly
1083 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1182 // Complete the actual notifyDataSetChanged() call initiated earlier
1265 public void notifyDataSetChanged() { method in class:RemoteViewsAdapter
1269 // If we are not connected, queue up the notifyDataSetChanged to be handled when we do
1290 super.notifyDataSetChanged();
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerAdapter.java72 * main thread and must end with a call to {@link #notifyDataSetChanged()} similar
275 public void notifyDataSetChanged() { method in class:PagerAdapter
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuPresenter.java92 mAdapter.notifyDataSetChanged();
126 if (mAdapter != null) mAdapter.notifyDataSetChanged();
280 public void notifyDataSetChanged() { method in class:ListMenuPresenter.MenuAdapter
282 super.notifyDataSetChanged();
H A DMenuPopupHelper.java231 if (mAdapter != null) mAdapter.notifyDataSetChanged();
367 public void notifyDataSetChanged() { method in class:MenuPopupHelper.MenuAdapter
369 super.notifyDataSetChanged();
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java96 notifyDataSetChanged();
109 notifyDataSetChanged();
120 notifyDataSetChanged();
136 notifyDataSetChanged();
221 notifyDataSetChanged();
518 notifyDataSetChanged();
523 public void notifyDataSetChanged() { method in class:CompositeCursorAdapter
526 super.notifyDataSetChanged();

Completed in 539 milliseconds