Searched refs:notifyItemRangeMoved (Results 1 – 2 of 2) sorted by relevance
108 public void notifyItemRangeMoved(int fromPosition, int toPosition, int itemCount) { in notifyItemRangeMoved() method in AbstractItemHierarchy
244 notifyItemRangeMoved(childPosition + fromPosition, childPosition + toPosition, itemCount); in onItemRangeMoved()