getMaxScrollY

open fun getMaxScrollY(): Int(source)

Deprecated

Use getMaxScrollY instead.

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

Return

The max scroll.


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

Deprecated

Call getMaxScrollY directly.

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

Return

The max scroll.

Parameters

record

The AccessibilityRecord instance to use.