Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextField.kt721 val bottomPaddingValue = paddingValues.calculateBottomPadding().roundToPx() in measure() constant
743 vertical = -bottomPaddingValue, in measure()
758 -bottomPaddingValue - topPadding - effectiveLabelBaseline in measure()
760 -topPaddingValue - bottomPaddingValue in measure()
983 val bottomPaddingValue = paddingValues.calculateBottomPadding().value * density in calculateHeight() constant
988 labelBaseline + paddingToLabel + inputFieldHeight + bottomPaddingValue in calculateHeight()
990 topPaddingValue + inputFieldHeight + bottomPaddingValue in calculateHeight()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextField.kt824 val bottomPaddingValue = paddingValues.calculateBottomPadding().roundToPx() in measure() constant
869 vertical = -bottomPaddingValue, in measure()
895 vertical = -effectiveTopOffset - bottomPaddingValue - supportingIntrinsicHeight, in measure()
913 bottomPaddingValue in measure()