Searched refs:supportingHeight (Results 1 – 3 of 3) sorted by relevance
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | ListItem.kt | 318 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()
|
| D | OutlinedTextField.kt | 953 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()
|
| D | TextField.kt | 940 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()
|