onSelectedChanged
Called when the ViewHolder swiped or dragged by the ItemTouchHelper is changed.
If you override this method, you should call super.Parameters
viewHolder
The new ViewHolder that is being swiped or dragged. Might be null if it is cleared.
actionState
One of ACTION_STATE_IDLE, ACTION_STATE_SWIPE or ACTION_STATE_DRAG.