Searched refs:getCustomFloat (Results 1 – 8 of 8) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionLayout.kt | 800 return measurer.getCustomFloat(id, name, motionProgress.floatValue) in float() 809 return measurer.getCustomFloat(id, name, motionProgress.floatValue).toInt() in int() 818 return measurer.getCustomFloat(id, name, motionProgress.floatValue).dp in distance() 827 return measurer.getCustomFloat(id, name, motionProgress.floatValue).sp in fontSize() 850 return measurer.getCustomFloat(myId, name, motionProgress.floatValue) in float() 854 return measurer.getCustomFloat(myId, name, motionProgress.floatValue).toInt() in int() 858 return measurer.getCustomFloat(myId, name, motionProgress.floatValue).dp in distance() 862 return measurer.getCustomFloat(myId, name, motionProgress.floatValue).sp in fontSize() 888 return measurer.getCustomFloat(id, name, motionProgress.floatValue) in motionFloat() 893 return measurer.getCustomFloat(id, name, motionProgress.floatValue).toInt() in motionInt() [all …]
|
| D | MotionMeasurer.kt | 533 fun getCustomFloat(id: String, name: String, progress: Float): Float { in <lambda>() method 540 return interpolatedFrame.getCustomFloat(name) in <lambda>()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ |
| D | WidgetFrame.java | 351 public float getCustomFloat(String name) { in getCustomFloat() method in WidgetFrame
|
| /constraintlayout/constraintlayout-core/api/ |
| D | api_lint.ignore | 3076 MissingNullability: androidx.constraintlayout.core.state.WidgetFrame#getCustomFloat(String) paramet… 3077 Missing nullability on parameter `name` in method `getCustomFloat`
|
| D | 1.1.0-beta01.txt | 2440 method public float getCustomFloat(String!);
|
| D | restricted_1.1.0-beta01.txt | 2443 method public float getCustomFloat(String!);
|
| D | restricted_current.txt | 2452 method public float getCustomFloat(String!);
|
| D | current.txt | 2449 method public float getCustomFloat(String!);
|