setScrollable

open fun setScrollable(scrollable: Boolean)(source)

Sets if the node is scrollable.

Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Parameters

scrollable

True if the node is scrollable, false otherwise.

Throws

If called from an AccessibilityService.