onItemsMoved
open fun onItemsMoved(@NonNull recyclerView: RecyclerView, from: Int, to: Int, itemCount: Int)(source)
Called when an item is moved withing the adapter.
Note that, an item may also change position in response to another ADD/REMOVE/MOVE operation. This callback is only called if and only if notifyItemMoved is called.