onInitializeAccessibilityNodeInfoForItem

Called by the AccessibilityDelegate when the accessibility information for a specific item should be populated.

Default implementation adds basic positioning information about the item.

Parameters

recycler

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

state

The current state of RecyclerView

host

The child for which accessibility node info should be populated

info

The info to fill out about the item

See also