Searched refs:notifyItemInserted (Results 1 – 3 of 3) sorted by relevance
86 mWrappedAdapter.notifyItemInserted(12); in testNotifyItemInsertedNoHeader()98 mWrappedAdapter.notifyItemInserted(12); in testNotifyItemInsertedWithHeader()
306 notifyItemInserted(index + 1); in addItem()
6693 public final void notifyItemInserted(int position) { in notifyItemInserted() method in RecyclerView.Adapter