isLongPressDragEnabled

Returns whether ItemTouchHelper should start a drag and drop operation if an item is long pressed.

Default value returns true but you may want to disable this if you want to start dragging on a custom view touch using startDrag.

Return

True if ItemTouchHelper should start dragging an item when it is long pressed, false otherwise. Default value is true.

See also