Home
last modified time | relevance | path

Searched refs:notifyItemInserted (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java269 mAdapter.notifyItemInserted(0);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java306 notifyItemInserted(index + 1); in addItem()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6814 public final void notifyItemInserted(int position) { in notifyItemInserted() method in RecyclerView.Adapter