Home
last modified time | relevance | path

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

/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DConstraints.kt306 val maxH = if (maxHeight == Infinity) Infinity else min(maxAllowed, maxHeight) in fitPrioritizingWidth() constant
334 val maxH = in fitPrioritizingHeight() constant