Home
last modified time | relevance | path

Searched defs:notifyDataSetChanged (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/widget/
DBaseAdapter.java49 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseAdapter
DBaseExpandableListAdapter.java55 public void notifyDataSetChanged() { in notifyDataSetChanged() method in BaseExpandableListAdapter
DCursorTreeAdapter.java297 public void notifyDataSetChanged() { in notifyDataSetChanged() method in CursorTreeAdapter
308 public void notifyDataSetChanged(boolean releaseCursors) { in notifyDataSetChanged() method in CursorTreeAdapter
DArrayAdapter.java309 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ArrayAdapter
DSuggestionsAdapter.java216 public void notifyDataSetChanged() { in notifyDataSetChanged() method in SuggestionsAdapter
DRemoteViewsAdapter.java1234 public void notifyDataSetChanged() { in notifyDataSetChanged() method in RemoteViewsAdapter
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuAdapter.java109 public void notifyDataSetChanged() { in notifyDataSetChanged() method in MenuAdapter
DListMenuPresenter.java281 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ListMenuPresenter.MenuAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DMenuAdapter.java121 public void notifyDataSetChanged() { in notifyDataSetChanged() method in MenuAdapter
DListMenuPresenter.java286 public void notifyDataSetChanged() { in notifyDataSetChanged() method in ListMenuPresenter.MenuAdapter
/frameworks/base/core/java/com/android/internal/widget/
DPagerAdapter.java275 public void notifyDataSetChanged() { in notifyDataSetChanged() method in PagerAdapter
/frameworks/support/core-ui/java/android/support/v4/view/
DPagerAdapter.java281 public void notifyDataSetChanged() { in notifyDataSetChanged() method in PagerAdapter
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java442 public void notifyDataSetChanged() throws Throwable { in notifyDataSetChanged() method in ItemAnimatorV2ApiTest
DRecyclerViewAnimationsTest.java1090 public void notifyDataSetChanged() throws Throwable { in notifyDataSetChanged() method in RecyclerViewAnimationsTest
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java178 public void notifyDataSetChanged() { in notifyDataSetChanged() method in SuggestionsAdapter
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java535 public void notifyDataSetChanged() { in notifyDataSetChanged() method in CompositeCursorAdapter
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java6347 public final void notifyDataSetChanged() { in notifyDataSetChanged() method in RecyclerView.Adapter