Searched defs:notifyItemRemoved (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6577 * @see #notifyItemRemoved(int)
6742 public final void notifyItemRemoved(int position) { method in class:RecyclerView.Adapter
7627 * {@link Adapter#notifyItemRemoved(int) removed} or because it is actually not in the
7644 * {@link Adapter#notifyItemRemoved(int) removed} or because it is actually not in the
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7018 * @see #notifyItemRemoved(int)
7184 public final void notifyItemRemoved(int position) { method in class:RecyclerView.Adapter
8196 * {@link Adapter#notifyItemRemoved(int) removed} or because it is actually not in the
8213 * {@link Adapter#notifyItemRemoved(int) removed} or because it is actually not in the

Completed in 101 milliseconds