isItemViewSwipeEnabled
Returns whether ItemTouchHelper should start a swipe operation if a pointer is swiped over the View.
Default value returns true but you may want to disable this if you want to start swiping on a custom view touch using startSwipe.
Return
True if ItemTouchHelper should start swiping an item when user swipes a pointer over the View, false otherwise. Default value is true
.