Searched refs:notifyItemMoved (Results 1 – 5 of 5) sorted by relevance
126 mWrappedAdapter.notifyItemMoved(12, 18); in testNotifyItemMovedNoHeader()138 mWrappedAdapter.notifyItemMoved(12, 18); in testNotifyItemMovedWithHeader()
183 notifyItemMoved(fromPosition, toPosition); in onItemRangeMoved()
102 notifyItemMoved(fromPosition + i, toPosition + i);
464 notifyItemMoved(from, to); in move()
6708 public final void notifyItemMoved(int fromPosition, int toPosition) { in notifyItemMoved() method in RecyclerView.Adapter6709 mObservable.notifyItemMoved(fromPosition, toPosition); in notifyItemMoved()11081 public void notifyItemMoved(int fromPosition, int toPosition) { in notifyItemMoved() method in RecyclerView.AdapterDataObservable