Searched defs:notifyItemRangeInserted (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItemHierarchy.java103 public void notifyItemRangeInserted(int position, int itemCount) { method in class:AbstractItemHierarchy
105 Log.w(TAG, "notifyItemRangeInserted: Invalid position=" + position);
109 Log.w(TAG, "notifyItemRangeInserted: Invalid itemCount=" + itemCount);
145 Log.w(TAG, "notifyItemRangeInserted: Invalid position=" + position);
149 Log.w(TAG, "notifyItemRangeInserted: Invalid itemCount=" + itemCount);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java90 public void notifyItemRangeInserted(int positionStart, int itemCount) { method in class:ObjectAdapter.DataObservable
198 final protected void notifyItemRangeInserted(int positionStart, int itemCount) { method in class:ObjectAdapter
199 mObservable.notifyItemRangeInserted(positionStart, itemCount);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6581 * @see #notifyItemRangeInserted(int, int)
6691 * @see #notifyItemRangeInserted(int, int)
6694 mObservable.notifyItemRangeInserted(position, 1);
6727 public final void notifyItemRangeInserted(int positionStart, int itemCount) { method in class:RecyclerView.Adapter
6728 mObservable.notifyItemRangeInserted(positionStart, itemCount);
11066 public void notifyItemRangeInserted(int positionStart, int itemCount) { method in class:RecyclerView.AdapterDataObservable
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java6750 * @see #notifyItemRangeInserted(int, int)
6860 * @see #notifyItemRangeInserted(int, int)
6863 mObservable.notifyItemRangeInserted(position, 1);
6896 public final void notifyItemRangeInserted(int positionStart, int itemCount) { method in class:RecyclerView.Adapter
6897 mObservable.notifyItemRangeInserted(positionStart, itemCount);
11550 public void notifyItemRangeInserted(int positionStart, int itemCount) { method in class:RecyclerView.AdapterDataObservable

Completed in 3784 milliseconds