Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt320 customPropsObject.putString(name, value.toJsonHexString()) in customColor()
375 customPropertiesValue[name] = value.toJsonHexString() in customColor()
393 private fun Color.toJsonHexString(): String = String.format("#%08X", this.toArgb()) method in androidx.constraintlayout.compose.MotionSceneScope