setExclusive
Enables or disables exclusive handling of touch events during scrolling. By default, exclusive handling is disabled and the target view receives all touch events.
When enabled, onTouch will return true if the helper is currently scrolling and false otherwise.
Return
The scroll helper, which may used to chain setter calls.
Parameters
exclusive
True to exclusively handle touch events during scrolling, false to allow the target view to receive all touch events.