performAccessibilityActionForItem

Called by AccessibilityDelegate when an accessibility action is requested on one of the children of LayoutManager.

Default implementation does not do anything.

Return

true if action is handled

Parameters

recycler

The Recycler that can be used to convert view positions into adapter positions

state

The current state of RecyclerView

view

The child view on which the action is performed

action

The action to perform

args

Optional action arguments

See also