AutoScrollHelper

constructor(@NonNull target: View)(source)

Creates a new helper for scrolling the specified target view.

The resulting helper may be configured by chaining setter calls and should be set as a touch listener on the target view.

By default, the helper is disabled and will not respond to touch events until it is enabled using setEnabled.

Parameters

target

The view to automatically scroll.