Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DArrayObjectAdapter.java129 notifyItemRangeRemoved(index, 1); in remove()
163 notifyItemRangeRemoved(position, itemsToRemove); in removeItems()
176 notifyItemRangeRemoved(0, itemCount); in clear()
DObjectAdapter.java93 public void notifyItemRangeRemoved(int positionStart, int itemCount) { in notifyItemRangeRemoved() method in ObjectAdapter.DataObservable
187 final protected void notifyItemRangeRemoved(int positionStart, int itemCount) { in notifyItemRangeRemoved() method in ObjectAdapter
188 mObservable.notifyItemRangeRemoved(positionStart, itemCount); in notifyItemRangeRemoved()
DSparseArrayObjectAdapter.java104 notifyItemRangeRemoved(index, 1); in clear()
117 notifyItemRangeRemoved(0, itemCount); in clear()
DItemBridgeAdapter.java160 ItemBridgeAdapter.this.notifyItemRangeRemoved(positionStart, itemCount);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
DSortedListAdapterCallback.java47 mAdapter.notifyItemRangeRemoved(position, count); in onRemoved()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewBasicTest.java411 notifyItemRangeRemoved(start, count); in removeItems()
DRecyclerViewAnimationsTest.java847 mTestAdapter.notifyItemRangeRemoved(5, 1); in testAdapterChangeDuringScrolling()
1040 mTestAdapter.notifyItemRangeRemoved(1, 1); in testFindPositionOffset()
1042 mTestAdapter.notifyItemRangeRemoved(2, 1); in testFindPositionOffset()
DBaseRecyclerViewInstrumentationTest.java851 notifyItemRangeRemoved(tuple[0], count); in delete()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridActivity.java258 mGridView.getAdapter().notifyItemRangeRemoved(index, length); in removeItems()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java5713 mObservable.notifyItemRangeRemoved(position, 1); in notifyItemRemoved()
5729 public final void notifyItemRangeRemoved(int positionStart, int itemCount) { in notifyItemRangeRemoved() method in RecyclerView.Adapter
5730 mObservable.notifyItemRangeRemoved(positionStart, itemCount); in notifyItemRangeRemoved()
9306 public void notifyItemRangeRemoved(int positionStart, int itemCount) { in notifyItemRangeRemoved() method in RecyclerView.AdapterDataObservable
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt211 method public final void notifyItemRangeRemoved(int, int);
D22.1.0.txt266 method public final void notifyItemRangeRemoved(int, int);
D22.2.0.txt314 method public final void notifyItemRangeRemoved(int, int);
D22.2.1.txt318 method public final void notifyItemRangeRemoved(int, int);
D23.txt349 method public final void notifyItemRangeRemoved(int, int);
Dcurrent.txt349 method public final void notifyItemRangeRemoved(int, int);
/frameworks/support/v17/leanback/api/
D22.0.0.txt962 method protected final void notifyItemRangeRemoved(int, int);
D22.2.0.txt1081 method protected final void notifyItemRangeRemoved(int, int);
D22.2.1.txt1079 method protected final void notifyItemRangeRemoved(int, int);
Dcurrent.txt1084 method protected final void notifyItemRangeRemoved(int, int);
D22.1.0.txt1081 method protected final void notifyItemRangeRemoved(int, int);
D23.txt1084 method protected final void notifyItemRangeRemoved(int, int);