Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt315 fun ConstrainScope.customColor(name: String, value: Color) { in customColor() method in androidx.constraintlayout.compose.MotionSceneScope
373 fun KeyAttributeScope.customColor(name: String, value: Color) { in customColor() method in androidx.constraintlayout.compose.MotionSceneScope
DMotionLayout.kt922 fun customColor(id: String, name: String): Color { in customProperties() method