Home
last modified time | relevance | path

Searched defs:fixed (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/layout/
DConstraintsTest.kt49 val fixed = Constraints.fixed(5, 7) in constructor() constant
/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DConstraints.kt223 fun fixed(width: Int, height: Int): Constraints { in fixed() method
/compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/
DLayoutTest.kt325 @Stable fun fixed(width: Dp, height: Dp) = DpConstraints(width, width, height, height) in <lambda>() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DCompositionTests.kt2327 val fixed = 10 in <lambda>() constant
2408 val fixed = 10 in <lambda>() constant