Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemGroup.java141 notifyItemRangeRemoved(childPosition, childCount); in removeChild()
161 notifyItemRangeRemoved(0, numRemoved); in clear()
255 notifyItemRangeRemoved(childPosition + positionStart, itemCount); in onItemRangeRemoved()
DAbstractItemHierarchy.java128 public void notifyItemRangeRemoved(int position, int itemCount) { in notifyItemRangeRemoved() method in AbstractItemHierarchy
DItem.java120 notifyItemRangeRemoved(0, 1); in setVisible()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java197 notifyItemRangeRemoved(positionStart, itemCount); in onItemRangeRemoved()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DHeaderRecyclerView.java111 notifyItemRangeRemoved(positionStart, itemCount);
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6745 mObservable.notifyItemRangeRemoved(position, 1); in notifyItemRemoved()
6761 public final void notifyItemRangeRemoved(int positionStart, int itemCount) { in notifyItemRangeRemoved() method in RecyclerView.Adapter
6762 mObservable.notifyItemRangeRemoved(positionStart, itemCount); in notifyItemRangeRemoved()
11071 public void notifyItemRangeRemoved(int positionStart, int itemCount) { in notifyItemRangeRemoved() method in RecyclerView.AdapterDataObservable