Home
last modified time | relevance | path

Searched refs:topPaddingValue (Results 1 – 2 of 2) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextField.kt720 val topPaddingValue = paddingValues.calculateTopPadding().roundToPx() in measure() constant
752 val effectiveLabelBaseline = max(lastBaseline, topPaddingValue) in measure()
760 -topPaddingValue - bottomPaddingValue in measure()
804 val labelEndPosition = (topPaddingValue - lastBaseline).coerceAtLeast(0) in measure()
982 val topPaddingValue = paddingValues.calculateTopPadding().value * density in calculateHeight() constant
990 topPaddingValue + inputFieldHeight + bottomPaddingValue in calculateHeight()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextField.kt823 val topPaddingValue = paddingValues.calculateTopPadding().roundToPx() in measure() constant
890 val effectiveTopOffset = topPaddingValue + labelHeightOrIntrinsic in measure()
982 topPaddingValue + minimizedLabelHalfHeight.roundToPx() in measure()
987 else -> topPaddingValue in measure()
1006 topPaddingValue + (if (isLabelAbove) 0 else labelPlaceable.height), in measure()