Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DObjectAdapter.java87 public void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in ObjectAdapter.DataObservable
183 final protected void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in ObjectAdapter
184 mObservable.notifyItemRangeInserted(positionStart, itemCount); in notifyItemRangeInserted()
DArrayObjectAdapter.java100 notifyItemRangeInserted(index, 1); in add()
116 notifyItemRangeInserted(index, itemsCount); in addAll()
DSparseArrayObjectAdapter.java91 notifyItemRangeInserted(index, 1); in set()
DItemBridgeAdapter.java156 ItemBridgeAdapter.this.notifyItemRangeInserted(positionStart, itemCount);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
DSortedListAdapterCallback.java42 mAdapter.notifyItemRangeInserted(position, count); in onInserted()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewBasicTest.java416 notifyItemRangeInserted(start, count); in addItems()
DBaseRecyclerViewInstrumentationTest.java842 notifyItemRangeInserted(tuple[0], tuple[1]); in add()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridActivity.java272 mGridView.getAdapter().notifyItemRangeInserted(index, length); in addItems()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java5662 mObservable.notifyItemRangeInserted(position, 1); in notifyItemInserted()
5695 public final void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.Adapter
5696 mObservable.notifyItemRangeInserted(positionStart, itemCount); in notifyItemRangeInserted()
9296 public void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.AdapterDataObservable
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt210 method public final void notifyItemRangeInserted(int, int);
D22.1.0.txt265 method public final void notifyItemRangeInserted(int, int);
D22.2.0.txt313 method public final void notifyItemRangeInserted(int, int);
D22.2.1.txt317 method public final void notifyItemRangeInserted(int, int);
D23.txt348 method public final void notifyItemRangeInserted(int, int);
Dcurrent.txt348 method public final void notifyItemRangeInserted(int, int);
/frameworks/support/v17/leanback/api/
D22.0.0.txt961 method protected final void notifyItemRangeInserted(int, int);
D22.2.0.txt1080 method protected final void notifyItemRangeInserted(int, int);
D22.2.1.txt1078 method protected final void notifyItemRangeInserted(int, int);
Dcurrent.txt1083 method protected final void notifyItemRangeInserted(int, int);
D22.1.0.txt1080 method protected final void notifyItemRangeInserted(int, int);
D23.txt1083 method protected final void notifyItemRangeInserted(int, int);