Searched refs:notifyDataSetChanged (Results 76 - 82 of 82) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java253 adapter.notifyDataSetChanged();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java240 ((BaseAdapter) mAdapter).notifyDataSetChanged();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java820 notifyDataSetChanged();
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3109 adapter.notifyDataSetChanged();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java6112 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
6128 mRemoteAdapter.notifyDataSetChanged();
H A DEditor.java2972 mSuggestionsAdapter.notifyDataSetChanged();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java132 * adapter positions if {@link Adapter#notifyDataSetChanged()} has been called and new layout has
199 * calling notifyDataSetChanged or setAdapter / swapAdapter. Adding stable ids to your adapter
3600 * {@link Adapter#notifyDataSetChanged()} has been called but the new layout has not been
5542 * specific change events if you can. Rely on <code>notifyDataSetChanged()</code>
5552 public final void notifyDataSetChanged() { method in class:RecyclerView.Adapter
7352 * Called when {@link Adapter#notifyDataSetChanged()} is triggered instead of giving
8392 * Note that if you've called {@link RecyclerView.Adapter#notifyDataSetChanged()}, until the
8397 * {@link RecyclerView.Adapter#notifyDataSetChanged()} has been called after the last

Completed in 1797 milliseconds

1234