Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DListItem.kt269 val supportingPlaceable = in measure() constant
278 currentTotalHeight += supportingPlaceable.heightOrZero in measure()
280 supportingPlaceable != null && in measure()
281 (supportingPlaceable[FirstBaseline] != supportingPlaceable[LastBaseline]) in measure()
296 hasSupporting = supportingPlaceable != null, in measure()
308 supportingWidth = supportingPlaceable.widthOrZero, in measure()
318 supportingHeight = supportingPlaceable.heightOrZero, in measure()
331 supportingPlaceable = supportingPlaceable, in measure()
488 supportingPlaceable: Placeable?, in MeasureScope()
510 supportingPlaceable.heightOrZero in MeasureScope()
[all …]
DTextField.kt939 val supportingPlaceable = supportingMeasurable?.measure(supportingConstraints) in measure() constant
940 val supportingHeight = supportingPlaceable.heightOrZero in measure()
951 supportingHeight = supportingPlaceable.heightOrZero, in measure()
1000 supportingPlaceable = supportingPlaceable, in measure()
1020 supportingPlaceable = supportingPlaceable, in measure()
1279 supportingPlaceable: Placeable?, in placeWithLabel()
1296 supportingPlaceable.heightOrZero - in placeWithLabel()
1351 supportingPlaceable?.placeRelative(0, yOffset + height) in placeWithLabel()
1368 supportingPlaceable: Placeable?, in Placeable()
1376 val height = totalHeight - supportingPlaceable.heightOrZero in Placeable()
[all …]
DOutlinedTextField.kt952 val supportingPlaceable = supportingMeasurable?.measure(supportingConstraints) in measure() constant
953 val supportingHeight = supportingPlaceable.heightOrZero in measure()
964 supportingHeight = supportingPlaceable.heightOrZero, in measure()
995 supportingPlaceable = supportingPlaceable, in measure()
1262 supportingPlaceable: Placeable?, in Placeable()
1278 supportingPlaceable.heightOrZero - in Placeable()
1402 supportingPlaceable?.placeRelative(0, yOffset + height) in Placeable()