Package-level declarations
Types
Annotation marker that the Api is currently experimental and likely to change or potentially removed.
Captures the current state of an interactive element.
Receiver scope for requestInitialFocus.
Properties
Functions
Interop Modifier.clickable to apply the correct clickable modifier based on the requirement for hardware input. For example if a Tv device is detected it adds support for hardware clicks from remote controls.
Modifier to set up handling of click events using hardware input such as a Tv remote control.
Modifier to set up handling of selecting events using hardware input such as a Tv remote control.
Interop Modifier to support either Modifier.selectable or Modifier.clickable, applying the correct modifier based on the requirement for hardware input. For example if a Tv device is detected it adds support for hardware clicks from remote controls.
Utility Modifier to request focus on initial layout. This Modifier calls to onRequestFocus when onGloballyPositioned is set, caching the fact it has been positioned to make sure any request to onRequestFocus is only called once after positioning.
Utility Modifier to restore focus of a child within a focus group. A common use case is to restore the last focus child when navigating from a nested LazyRow within a LazyColumn.
Interop Modifier.selectable to apply the correct selectable modifier based on the requirement for hardware input. For example if a Tv device is detected it adds support for hardware clicks from remote controls.