Searched refs:toJsonHexString (Results 1 – 1 of 1) sorted by relevance
320 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