Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DOutlinedTextField.kt1117 val startPositionY = in Placeable() constant
1123 val positionY = lerp(startPositionY, -(it.height / 2), animationProgress) in Placeable()