Searched refs:notifyItemRemoved (Results 1 – 4 of 4) sorted by relevance
106 mWrappedAdapter.notifyItemRemoved(12); in testNotifyItemRemovedNoHeader()118 mWrappedAdapter.notifyItemRemoved(12); in testNotifyItemRemovedWithHeader()
300 notifyItemRemoved(index); in remItem()
351 notifyItemRemoved(mEditIndex);
6744 public final void notifyItemRemoved(int position) { in notifyItemRemoved() method in RecyclerView.Adapter