-
AbsoluteAlignment
A collection of common Alignments unaware of the layout direction.
-
AndroidComposeUiFlags
This is a collection of flags which are used to guard against regressions in some of the "riskier" refactors or new feature support that is added to this module.
-
ComposeUiFlags
This is a collection of flags which are used to guard against regressions in some of the "riskier" refactors or new feature support that is added to this module.
-
FocusRequester.Companion.FocusRequesterFactory
Convenient way to create multiple FocusRequester instances.
-
SemanticsActions
Ths object defines keys of the actions which can be set in semantics and performed on the semantics node.
-
SemanticsProperties
General semantics properties, mainly used for accessibility and testing.
- SemanticsPropertiesAndroid
- VectorProperty.Fill
- VectorProperty.FillAlpha
- VectorProperty.PathData
- VectorProperty.PivotX
- VectorProperty.PivotY
- VectorProperty.Rotation
- VectorProperty.ScaleX
- VectorProperty.ScaleY
- VectorProperty.Stroke
- VectorProperty.StrokeAlpha
- VectorProperty.StrokeLineWidth
- VectorProperty.TranslateX
- VectorProperty.TranslateY
- VectorProperty.TrimPathEnd
- VectorProperty.TrimPathOffset
- VectorProperty.TrimPathStart
-
ViewCompositionStrategy.DisposeOnDetachedFromWindow
ViewCompositionStrategy that disposes the composition whenever the view becomes detached from a window.
-
ViewCompositionStrategy.DisposeOnDetachedFromWindowOrReleasedFromPool
The composition will be disposed automatically when the view is detached from a window, unless it is part of a pooling containerisPoolingContainer, such as `RecyclerView`.
-
ViewCompositionStrategy.DisposeOnViewTreeLifecycleDestroyed
ViewCompositionStrategy that disposes the composition when the LifecycleOwner returned by findViewTreeLifecycleOwner of the next window the view is attached to is destroyedLifecyc…
Compose UI
Jetpack Compose API reference for ui.