onInitializeAccessibilityEvent



Called by the accessibility delegate to initialize an accessibility event.

Default implementation adds item count and scroll information to the event.

Parameters

recycler

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

state

The current state of RecyclerView

event

The event instance to initialize

See also