setMaxScrollX

open fun setMaxScrollX(maxScrollX: Int)(source)

Deprecated

Use setMaxScrollX instead.

Sets the max scroll offset of the source left edge in pixels.

Parameters

maxScrollX

The max scroll.


open fun setMaxScrollX(@NonNull record: AccessibilityRecord, maxScrollX: Int)(source)

Deprecated

Call setMaxScrollX directly.

Sets the max scroll offset of the source left edge in pixels.

Parameters

record

The AccessibilityRecord instance to use.

maxScrollX

The max scroll.