Package-level declarations
Types
Functions
Link copied to clipboard
Create a Flow of child attach state change events on the RecyclerView instance where the value emitted is one of the 2 event types: RecyclerViewChildAttachStateChangeEvent.Attached, RecyclerViewChildAttachStateChangeEvent.Detached
Link copied to clipboard
Create a InitialValueFlow of data change events on the RecyclerView.Adapter instance.
Link copied to clipboard
Create a Flow of fling events on the RecyclerView instance.
Link copied to clipboard
Create a Flow of scroll events on the RecyclerView instance.
Link copied to clipboard
Create a Flow of scroll state change events on the RecyclerView instance where the value emitted can be one of SCROLL_STATE_IDLE, SCROLL_STATE_DRAGGING} or SCROLL_STATE_SETTLING.