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

123456

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DObservableListAdapter.java62 notifyDataSetChanged();
68 notifyDataSetChanged();
74 notifyDataSetChanged();
80 notifyDataSetChanged();
86 notifyDataSetChanged();
92 notifyDataSetChanged();
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java117 * Indicates whether or not {@link #notifyDataSetChanged()} must be called whenever
231 if (mNotifyOnChange) notifyDataSetChanged();
257 if (mNotifyOnChange) notifyDataSetChanged();
274 if (mNotifyOnChange) notifyDataSetChanged();
292 if (mNotifyOnChange) notifyDataSetChanged();
309 if (mNotifyOnChange) notifyDataSetChanged();
324 if (mNotifyOnChange) notifyDataSetChanged();
341 if (mNotifyOnChange) notifyDataSetChanged();
345 public void notifyDataSetChanged() { method in class:ArrayAdapter
346 super.notifyDataSetChanged();
[all...]
H A DBaseAdapter.java51 public void notifyDataSetChanged() { method in class:BaseAdapter
H A DBaseExpandableListAdapter.java55 public void notifyDataSetChanged() { method in class:BaseExpandableListAdapter
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 DDayPickerPagerAdapter.java87 notifyDataSetChanged();
162 notifyDataSetChanged();
167 notifyDataSetChanged();
172 notifyDataSetChanged();
177 notifyDataSetChanged();
186 notifyDataSetChanged();
H A DRemoteViewsListAdapter.java46 notifyDataSetChanged();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuAdapter.java109 public void notifyDataSetChanged() { method in class:MenuAdapter
111 super.notifyDataSetChanged();
H A DListMenuPresenter.java93 mAdapter.notifyDataSetChanged();
127 if (mAdapter != null) mAdapter.notifyDataSetChanged();
281 public void notifyDataSetChanged() { method in class:ListMenuPresenter.MenuAdapter
283 super.notifyDataSetChanged();
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java95 notifyDataSetChanged();
101 notifyDataSetChanged();
111 notifyDataSetChanged();
125 notifyDataSetChanged();
140 notifyDataSetChanged();
227 notifyDataSetChanged();
530 notifyDataSetChanged();
535 public void notifyDataSetChanged() { method in class:CompositeCursorAdapter
538 super.notifyDataSetChanged();
H A DGroupingListAdapter.java107 notifyDataSetChanged();
170 notifyDataSetChanged();
418 notifyDataSetChanged();
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java52 adapter.notifyDataSetChanged();
84 adapter.notifyDataSetChanged();
90 adapter.notifyDataSetChanged();
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuAdapter.java121 public void notifyDataSetChanged() { method in class:MenuAdapter
123 super.notifyDataSetChanged();
H A DListMenuPresenter.java98 mAdapter.notifyDataSetChanged();
132 if (mAdapter != null) mAdapter.notifyDataSetChanged();
292 public void notifyDataSetChanged() { method in class:ListMenuPresenter.MenuAdapter
294 super.notifyDataSetChanged();
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridDelete.java86 notifyDataSetChanged();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java95 mAdapter.notifyDataSetChanged();
149 mAdapter.notifyDataSetChanged();
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java161 notifyDataSetChanged();
188 notifyDataSetChanged();
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java50 mAdapter.notifyDataSetChanged();
59 mAdapter.notifyDataSetChanged();
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java50 mAdapter.notifyDataSetChanged();
59 mAdapter.notifyDataSetChanged();
/frameworks/support/wear/src/android/support/wear/internal/widget/drawer/
H A DMultiPageUi.java103 mPageIndicatorView.notifyDataSetChanged();
112 adapter.notifyDataSetChanged();
/frameworks/base/core/java/com/android/internal/widget/
H A DAccountViewAdapter.java61 notifyDataSetChanged();
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/support/core-ui/java/android/support/v4/view/
H A DPagerAdapter.java72 * main thread and must end with a call to {@link #notifyDataSetChanged()} similar
281 public void notifyDataSetChanged() { method in class:PagerAdapter
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java161 ItemBridgeAdapter.this.notifyDataSetChanged();
214 notifyDataSetChanged();
222 notifyDataSetChanged();
232 notifyDataSetChanged();
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DQueueFragment.java85 mQueueAdapter.notifyDataSetChanged();
131 mQueueAdapter.notifyDataSetChanged();
203 mQueueAdapter.notifyDataSetChanged();

Completed in 582 milliseconds

123456