Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt306 fun ConstrainScope.customFloat(name: String, value: Float) { in customFloat() method
315 fun ConstrainScope.customColor(name: String, value: Color) { in customColor() method
324 fun ConstrainScope.customInt(name: String, value: Int) { in customInt() method
329 fun ConstrainScope.customDistance(name: String, value: Dp) { in customDistance() method
334 fun ConstrainScope.customFontSize(name: String, value: TextUnit) { in customFontSize() method
347 var ConstrainScope.staggeredWeight: Float variable
359 private fun ConstrainScope.setMotionProperty(name: String, value: Float) { in setMotionProperty() method
DConstrainScope.kt41 class ConstrainScope class