onInitializeAccessibilityNodeInfo

Called by the AccessibilityDelegate when the information about the current layout should be populated.

Default implementation adds a .

You should override getRowCountForAccessibility, getColumnCountForAccessibility, isLayoutHierarchical and getSelectionModeForAccessibility for more accurate accessibility information.

Parameters

recycler

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

state

The current state of RecyclerView

info

The info that should be filled by the LayoutManager

See also