Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextField.kt1236 val nonOverlappedLabelHeight = in calculateHeight() constant
1254 val middleSectionHeight = verticalPadding + nonOverlappedLabelHeight + inputFieldHeight in calculateHeight()