Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java254 mAdapter.notifyItemRemoved(indexToRemove);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java300 notifyItemRemoved(index); in remItem()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6865 public final void notifyItemRemoved(int position) { in notifyItemRemoved() method in RecyclerView.Adapter