Home
last modified time | relevance | path

Searched defs:customFloat (Results 1 – 4 of 4) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionCustomAttributesTest.java65 public void customFloat() { in customFloat() method in MotionCustomAttributesTest
DMotionCustomKeyAttributesTest.java64 public void customFloat() { in customFloat() method in MotionCustomKeyAttributesTest
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt306 fun ConstrainScope.customFloat(name: String, value: Float) { in customFloat() method in androidx.constraintlayout.compose.MotionSceneScope
368 fun KeyAttributeScope.customFloat(name: String, value: Float) { in customFloat() method in androidx.constraintlayout.compose.MotionSceneScope
DMotionLayout.kt933 fun customFloat(id: String, name: String): Float { in customFloat() method