Home
last modified time | relevance | path

Searched defs:customFontSize (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt334 fun ConstrainScope.customFontSize(name: String, value: TextUnit) { in customFontSize() method in androidx.constraintlayout.compose.MotionSceneScope
389 fun KeyAttributeScope.customFontSize(name: String, value: TextUnit) { in KeyAttributeScope() method in androidx.constraintlayout.compose.MotionSceneScope
DMotionLayout.kt966 fun customFontSize(id: String, name: String): TextUnit { in customFontSize() method