getMaxScrollX

open fun getMaxScrollX(): Int(source)

Deprecated

Use getMaxScrollX instead.

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

Return

The max scroll.


open fun getMaxScrollX(@NonNull record: @NonNull AccessibilityRecord): Int(source)

Deprecated

Call getMaxScrollX directly.

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

Return

The max scroll.

Parameters

record

The AccessibilityRecord instance to use.