get Movement Flags For Model
Should return a composite flag which defines the enabled move directions in each state(idle, swiping, dragging) for the given model.
Return 0 to disable movement for the model.
See also
androidx.recyclerview.widget.ItemTouchHelper.Callback
androidx.recyclerview.widget.ItemTouchHelper.Callback#getMovementFlags
Parameters
model
The model being targeted for movement.
adapterPosition
The current adapter position of the targeted model