Home
last modified time | relevance | path

Searched refs:middleSectionHeight (Results 1 – 4 of 4) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextField.kt986 val middleSectionHeight = in calculateHeight() constant
993 maxOf(middleSectionHeight.roundToInt(), leadingHeight, trailingHeight) in calculateHeight()
DOutlinedTextField.kt1070 val middleSectionHeight = actualTopPadding + inputFieldHeight + bottomPadding in calculateHeight() constant
1073 maxOf(leadingPlaceableHeight, trailingPlaceableHeight, middleSectionHeight.roundToInt()) in calculateHeight()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DOutlinedTextField.kt1238 val middleSectionHeight = actualTopPadding + inputFieldHeight + bottomPadding in calculateHeight() constant
1242 maxOf(leadingHeight, trailingHeight, middleSectionHeight.roundToInt()) + in calculateHeight()
DTextField.kt1254 val middleSectionHeight = verticalPadding + nonOverlappedLabelHeight + inputFieldHeight in calculateHeight() constant
1258 maxOf(leadingHeight, trailingHeight, middleSectionHeight) + in calculateHeight()