Package-level declarations

Types

Link copied to clipboard
data class Constraint(val min: Dp = Dp.Unspecified, val max: Dp = Dp.Unspecified)
Link copied to clipboard
class PopupShape(cornerRadius: Dp = 8.dp, caretThickness: Dp = 20.dp, caretPointHeight: Dp = 12.dp, caretOffset: Float = 0.5f, caretPosition: PopupShapeCaretPosition = PopupShapeCaretPosition.Bottom) : Shape

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun DpOffset.div(value: Float): DpOffset
Link copied to clipboard
operator fun Dp.rem(other: Float): Dp
operator fun DpOffset.rem(value: Float): DpOffset
Link copied to clipboard
Link copied to clipboard
operator fun DpOffset.times(value: Float): DpOffset
Link copied to clipboard
Link copied to clipboard
fun Rect.toDpRect(density: Density): DpRect
Link copied to clipboard
fun Size.toDpSize(density: Density): DpSize
Link copied to clipboard
Link copied to clipboard