Searched defs:ConstrainScope (Results 1 – 2 of 2) sorted by relevance
306 fun ConstrainScope.customFloat(name: String, value: Float) { in customFloat() method315 fun ConstrainScope.customColor(name: String, value: Color) { in customColor() method324 fun ConstrainScope.customInt(name: String, value: Int) { in customInt() method329 fun ConstrainScope.customDistance(name: String, value: Dp) { in customDistance() method334 fun ConstrainScope.customFontSize(name: String, value: TextUnit) { in customFontSize() method347 var ConstrainScope.staggeredWeight: Float variable359 private fun ConstrainScope.setMotionProperty(name: String, value: Float) { in setMotionProperty() method
41 class ConstrainScope class