getMoveThreshold

Returns the fraction that the user should move the View to be considered as it is dragged. After a view is moved this amount, ItemTouchHelper starts checking for Views below it for a possible drop.

Return

A float value that denotes the fraction of the View size. Default value is .5f .

Parameters

viewHolder

The ViewHolder that is being dragged.