Searched refs:notifyItemInserted (Results 1 – 4 of 4) sorted by relevance
86 mWrappedAdapter.notifyItemInserted(12); in testNotifyItemInsertedNoHeader()98 mWrappedAdapter.notifyItemInserted(12); in testNotifyItemInsertedWithHeader()
275 mAdapter.notifyItemInserted(0);
311 notifyItemInserted(index + 1); in addItem()
6814 public final void notifyItemInserted(int position) { in notifyItemInserted() method in RecyclerView.Adapter