Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayout.kt2115 val fontSizeString = params["size"] in setLayoutInformation() constant
2117 if (fontSizeString != null) { in setLayoutInformation()
2118 fontSize = fontSizeString.toFloat().sp in setLayoutInformation()