Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java464 mRecyclerViewAdapter.notifyItemRangeInserted(startIndex + updated, added); in onActionsChanged()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6815 mObservable.notifyItemRangeInserted(position, 1); in notifyItemInserted()
6848 public final void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.Adapter
6849 mObservable.notifyItemRangeInserted(positionStart, itemCount); in notifyItemRangeInserted()
11182 public void notifyItemRangeInserted(int positionStart, int itemCount) { in notifyItemRangeInserted() method in RecyclerView.AdapterDataObservable