Searched refs:notifyItemRemoved (Results 1 – 4 of 4) sorted by relevance
106 mWrappedAdapter.notifyItemRemoved(12); in testNotifyItemRemovedNoHeader()118 mWrappedAdapter.notifyItemRemoved(12); in testNotifyItemRemovedWithHeader()
263 mAdapter.notifyItemRemoved(indexToRemove);
305 notifyItemRemoved(index); in remItem()
6865 public final void notifyItemRemoved(int position) { in notifyItemRemoved() method in RecyclerView.Adapter