Home
last modified time | relevance | path

Searched refs:notifyItemRangeInserted (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemGroup.java122 notifyItemRangeInserted(getChildPosition(child), count); in addChild()
232 notifyItemRangeInserted(childPosition + positionStart, itemCount); in onItemRangeInserted()
DAbstractItemHierarchy.java92 public void notifyItemRangeInserted(int position, int itemCount) { in notifyItemRangeInserted() method in AbstractItemHierarchy
DItem.java122 notifyItemRangeInserted(0, 1); in setVisible()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java174 notifyItemRangeInserted(positionStart, itemCount); in onItemRangeInserted()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DHeaderRecyclerView.java91 notifyItemRangeInserted(positionStart, itemCount);
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6694 mObservable.notifyItemRangeInserted(position, 1); in notifyItemInserted()
6727 public final void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.Adapter
6728 mObservable.notifyItemRangeInserted(positionStart, itemCount); in notifyItemRangeInserted()
11061 public void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.AdapterDataObservable