Searched defs:notifyDataSetChanged (Results 1 - 13 of 13) 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.java134 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
210 // Handle queued notifyDataSetChanged() if necessary
569 // position is guaranteed as not being necessary any more (usually on notifyDataSetChanged).
784 // is invalidated through the notifyDataSetChanged() flow).
980 // a notifyDataSetChanged to update the widget accordingly
1171 // Requesting bind service will trigger a super.notifyDataSetChanged(), which will
1270 // Complete the actual notifyDataSetChanged() call initiated earlier
1353 public void notifyDataSetChanged() { method in class:RemoteViewsAdapter
1357 // If we are not connected, queue up the notifyDataSetChanged to be handled when we do
1378 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.java264 mAdapter.notifyDataSetChanged();
401 public void notifyDataSetChanged() { method in class:MenuPopupHelper.MenuAdapter
403 super.notifyDataSetChanged();
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java91 notifyDataSetChanged();
97 notifyDataSetChanged();
107 notifyDataSetChanged();
121 notifyDataSetChanged();
136 notifyDataSetChanged();
218 notifyDataSetChanged();
519 notifyDataSetChanged();
524 public void notifyDataSetChanged() { method in class:CompositeCursorAdapter
527 super.notifyDataSetChanged();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuPresenter.java95 mAdapter.notifyDataSetChanged();
135 if (mAdapter != null) mAdapter.notifyDataSetChanged();
289 public void notifyDataSetChanged() { method in class:ListMenuPresenter.MenuAdapter
291 super.notifyDataSetChanged();
H A DMenuPopupHelper.java223 mAdapter.notifyDataSetChanged();
363 public void notifyDataSetChanged() { method in class:MenuPopupHelper.MenuAdapter
365 super.notifyDataSetChanged();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java177 public void notifyDataSetChanged() { method in class:SuggestionsAdapter
178 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
179 super.notifyDataSetChanged();

Completed in 747 milliseconds