Package-level declarations
Types
Functions
Create a Flow of action view events on the MenuItem instance where the value emitted is one of the 2 event types: MenuItemActionViewEvent.Collapse, MenuItemActionViewEvent.Expand
Create a Flow of view attach events on the View instance where the value emitted is one of the 2 event types: ViewAttachEvent.Attached, ViewAttachEvent.Detached
Create a Flow of draw events on the View instance.
Create a InitialValueFlow of focus changed events on the View instance, where the value emitted indicates whether the View has focus.
Create a Flow of global layout events on the View instance.
Create a Flow of view group hierarchy change events on the ViewGroup instance where the value emitted is one of the 2 event types: HierarchyChangeEvent.ChildAdded, HierarchyChangeEvent.ChildRemoved
Create a Flow of hover events on the View instance.
Create a Flow of view layout change events on the View instance.
Create a Flow which emits on view layout changes.
Create a Flow of long click events on the View instance.
Create a Flow of scroll change events on the View instance.
Create a Flow of system UI visibility change events on the View instance where the value emitted is one of the following: View.SYSTEM_UI_FLAG_LOW_PROFILE, View.SYSTEM_UI_FLAG_HIDE_NAVIGATION, View.SYSTEM_UI_FLAG_FULLSCREEN
Create a Flow of touch events on the View instance.