arrowScroll

open fun arrowScroll(direction: Int): Boolean(source)

Handle scrolling in response to a left or right arrow click.

Return

Whether the scrolling was handled successfully.

Parameters

direction

The direction corresponding to the arrow key that was pressed. It should be either FOCUS_LEFT or FOCUS_RIGHT.