Package-level declarations

Types

Link copied to clipboard

Used by container classes to ensure that View.findViewTreeOnBackPressedDispatcherOwner works before new views are attached to their parents. Not intended for use by feature code.

Link copied to clipboard

Namespace for some helper functions for interacting with the AndroidX libraries.

Link copied to clipboard

An extension of LifecycleOwner that is always owned by a View, is logically a child lifecycle of the next-nearest LifecycleOwner above it (it mirrors its parent's lifecycle until it's destroyed), and can be asked to destroy itself early.

Link copied to clipboard

Manages a group of SavedStateRegistryOwners that are all saved to and restored from a single "parent" SavedStateRegistryOwner. SavedStateRegistryOwner is the new androidx alternative to the View.onSaveInstanceState system, and is required by Compose UI.