setMaxScrollY

open fun setMaxScrollY(maxScrollY: Int)(source)

Deprecated

Use setMaxScrollY instead.

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

Parameters

maxScrollY

The max scroll.


open fun setMaxScrollY(@NonNull record: AccessibilityRecord, maxScrollY: Int)(source)

Deprecated

Call setMaxScrollY directly.

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

Parameters

record

The AccessibilityRecord instance to use.

maxScrollY

The max scroll.