Home
last modified time | relevance | path

Searched defs:fixedHeight (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextPainter.kt382 val fixedHeight = ceil(size.height).fastRoundToInt() in DrawScope() constant
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/layout/
DConstraintsTest.kt46 val fixedHeight = Constraints.fixedHeight(5) in constructor() constant
/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DConstraints.kt242 fun fixedHeight(height: Int): Constraints { in fixedHeight() method