Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextField.kt804 val labelEndPosition = (topPaddingValue - lastBaseline).coerceAtLeast(0) in measure() constant
814 labelEndPosition, in measure()
1010 labelEndPosition: Int, in placeWithLabel()
1037 val distance = startPosition - labelEndPosition in placeWithLabel()