Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6848 public final void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.Adapter
11182 public void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.AdapterDataObservable