Home
last modified time | relevance | path

Searched refs:supportingHeight (Results 1 – 3 of 3) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DListItem.kt318 supportingHeight = supportingPlaceable.heightOrZero, in measure()
417 val supportingHeight = in calculateIntrinsicHeight() constant
419 val isSupportingMultiline = isSupportingMultilineHeuristic(supportingHeight) in calculateIntrinsicHeight()
423 hasSupporting = supportingHeight > 0, in calculateIntrinsicHeight()
432 supportingHeight = supportingHeight, in calculateIntrinsicHeight()
462 supportingHeight: Int, in calculateHeight()
475 val mainContentHeight = headlineHeight + overlineHeight + supportingHeight in calculateHeight()
DOutlinedTextField.kt953 val supportingHeight = supportingPlaceable.heightOrZero in measure() constant
964 supportingHeight = supportingPlaceable.heightOrZero, in measure()
970 totalHeight - supportingHeight - (if (isLabelAbove) labelPlaceable.heightOrZero else 0) in measure()
1149 val supportingHeight = in intrinsicHeight() constant
1162 supportingHeight = supportingHeight, in intrinsicHeight()
1217 supportingHeight: Int, in calculateHeight()
1243 supportingHeight in calculateHeight()
DTextField.kt940 val supportingHeight = supportingPlaceable.heightOrZero in measure() constant
951 supportingHeight = supportingPlaceable.heightOrZero, in measure()
957 totalHeight - supportingHeight - (if (isLabelAbove) labelPlaceable.heightOrZero else 0) in measure()
1167 val supportingHeight = in intrinsicHeight() constant
1180 supportingHeight = supportingHeight, in intrinsicHeight()
1217 supportingHeight: Int, in calculateHeight()
1259 supportingHeight in calculateHeight()