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

123456

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java1035 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
1050 mRemoteViewsAdapter.notifyDataSetChanged();
H A DAbsListView.java6340 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
6356 mRemoteAdapter.notifyDataSetChanged();
H A DEditor.java3722 mSuggestionsAdapter.notifyDataSetChanged();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DCascadingMenuPopup.java562 toMenuAdapter(info.getListView().getAdapter()).notifyDataSetChanged();
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java545 notifyDataSetChanged();
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java461 notifyDataSetChanged();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java297 adapter.notifyDataSetChanged();
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridActivity.java282 mGridView.getAdapter().notifyDataSetChanged();
H A DGridWidgetTest.java127 * Change size of the Adapter and notifyDataSetChanged.
810 mActivity.mGridView.getAdapter().notifyDataSetChanged();
3920 mGridView.getAdapter().notifyDataSetChanged();
4661 mGridView.getAdapter().notifyDataSetChanged();
4683 mGridView.getAdapter().notifyDataSetChanged();
4706 mGridView.getAdapter().notifyDataSetChanged();
4734 mGridView.getAdapter().notifyDataSetChanged();
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DCascadingMenuPopup.java605 toMenuAdapter(info.getListView().getAdapter()).notifyDataSetChanged();
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1487 notifyDataSetChanged();
2005 mAdapter.notifyDataSetChanged();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java304 adapter.notifyDataSetChanged();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java1736 mRecyclerView.getAdapter().notifyDataSetChanged();
1835 adapter.notifyDataSetChanged();
1909 adapter.notifyDataSetChanged();
3280 adapterChangeInMainThreadTest("notifyDataSetChanged", new Runnable() {
3283 mRecyclerView.getAdapter().notifyDataSetChanged();
3349 adapterChangeDuringScrollTest("notifyDataSetChanged", orientation,
3353 mRecyclerView.getAdapter().notifyDataSetChanged();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java248 ((BaseAdapter) mAdapter).notifyDataSetChanged();
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3716 adapter.notifyDataSetChanged();
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java129 * adapter positions if {@link Adapter#notifyDataSetChanged()} has been called and new layout has
228 * calling notifyDataSetChanged or setAdapter / swapAdapter. Adding stable ids to your adapter
1593 // if it is only an item change (no add-remove-notifyDataSetChanged) we can check if any
4067 * swapAdapter, or notifyDataSetChanged), and that once layout occurs, all attached items should
4306 * {@link Adapter#notifyDataSetChanged()} has been called but the new layout has not been
6572 * specific change events if you can. Rely on <code>notifyDataSetChanged()</code>
6582 public final void notifyDataSetChanged() { method in class:RecyclerView.Adapter
9050 * Called when {@link Adapter#notifyDataSetChanged()} is triggered instead of giving
10139 * Note that if you've called {@link RecyclerView.Adapter#notifyDataSetChanged()}, until the
10144 * {@link RecyclerView.Adapter#notifyDataSetChanged()} ha
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java146 * adapter positions if {@link Adapter#notifyDataSetChanged()} has been called and new layout has
257 * calling notifyDataSetChanged or setAdapter / swapAdapter. Adding stable ids to your adapter
1720 // if it is only an item change (no add-remove-notifyDataSetChanged) we can check if any
4265 * setAdapter, swapAdapter, or notifyDataSetChanged), and that once layout occurs, all
4489 * {@link Adapter#notifyDataSetChanged()} has been called but the new layout has not been
6777 * specific change events if you can. Rely on <code>notifyDataSetChanged()</code>
6787 public final void notifyDataSetChanged() { method in class:RecyclerView.Adapter
9469 * Called when {@link Adapter#notifyDataSetChanged()} is triggered instead of giving
10568 * Note that if you've called {@link RecyclerView.Adapter#notifyDataSetChanged()}, until the
10573 * {@link RecyclerView.Adapter#notifyDataSetChanged()} ha
[all...]

Completed in 566 milliseconds

123456