Searched defs:customFloat (Results 1 – 4 of 4) sorted by relevance
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ | ||
| D | MotionCustomAttributesTest.java | 65 public void customFloat() { in customFloat() method in MotionCustomAttributesTest |
| D | MotionCustomKeyAttributesTest.java | 64 public void customFloat() { in customFloat() method in MotionCustomKeyAttributesTest |
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ | ||
| D | MotionSceneScope.kt | 306 fun ConstrainScope.customFloat(name: String, value: Float) { in customFloat() method in androidx.constraintlayout.compose.MotionSceneScope |
| D | MotionLayout.kt | 933 fun customFloat(id: String, name: String): Float { in customFloat() method |