Horizontal
Kotlin
|Java
interface Horizontal
androidx.compose.ui.Alignment.Horizontal |
Summary
Public methods | |
---|---|
abstract Int |
align(size: Int, space: Int, layoutDirection: LayoutDirection) Calculates the horizontal position of a box of width size relative to the left side of an area of width space. |
open Int |
align(size: Int, layoutDirection: LayoutDirection) |
Public methods
align
abstract fun align(
size: Int,
space: Int,
layoutDirection: LayoutDirection
): Int
Calculates the horizontal position of a box of width size relative to the left
side of an area of width space. The returned offset can be negative or larger than
space - size
meaning that the box will be positioned partially or completely outside
the area.