Package-level declarations

Types

Link copied to clipboard
interface Density : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.Density>

屏幕密度。用于像素、DpIntTextUnit 之间的转换。

Link copied to clipboard
interface Dimensions

用于创建和访问尺寸单位(如Dp)的工具接口。

Link copied to clipboard
interface Dp : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.Dp> , Comparable<Dp>

封装Jetpack Compose的 Dp,代表设备无关像素(dp)。

Link copied to clipboard
interface DpOffset : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.DpOffset>

封装 Jetpack Compose 的 androidx.compose.ui.unit.DpOffset,表示一个使用 Dp 作为单位的二维偏移量。

Link copied to clipboard
interface DpSize : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.DpSize>

封装 Jetpack Compose 的 androidx.compose.ui.unit.DpSize,表示一个使用 Dp 作为单位的二维尺寸。

Link copied to clipboard
interface IntOffset : ComposableProperties<IntOffset>

一个使用 Int 整数像素作为单位的二维位置。

Link copied to clipboard
interface IntRect : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.IntRect>

封装 Jetpack Compose 的 androidx.compose.ui.unit.IntRect,表示一个由整型(Int)坐标定义的不可变、二维、轴对齐的矩形区域。

Link copied to clipboard
interface IntSize : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.IntSize>

封装 Jetpack Compose 的 androidx.compose.ui.unit.IntSize,表示一个使用整型(Int)像素为单位的二维尺寸。

Link copied to clipboard
interface LayoutDirection : ComposableProperties<LayoutDirection>

定义了布局元素和文本的水平排列方向。

Link copied to clipboard

提供了一组预定义的布局方向(LayoutDirection)。

Link copied to clipboard
interface TextUnit : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.TextUnit>

表示用于文本相关尺寸(如字体大小、行高)的单位。

Link copied to clipboard
interface TextUnits

用于创建和操作 TextUnit 实例的工具接口。

Link copied to clipboard
interface TextUnitType : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.TextUnitType>

表示 TextUnit 的类型。

Link copied to clipboard
interface TextUnitTypes

用于创建 TextUnitType 实例的工厂接口。