Home
last modified time | relevance | path

Searched refs:getCustomFloat (Results 1 – 8 of 8) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt800 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 …]
DMotionMeasurer.kt533 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/
DWidgetFrame.java351 public float getCustomFloat(String name) { in getCustomFloat() method in WidgetFrame
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore3076 MissingNullability: androidx.constraintlayout.core.state.WidgetFrame#getCustomFloat(String) paramet…
3077 Missing nullability on parameter `name` in method `getCustomFloat`
D1.1.0-beta01.txt2440 method public float getCustomFloat(String!);
Drestricted_1.1.0-beta01.txt2443 method public float getCustomFloat(String!);
Drestricted_current.txt2452 method public float getCustomFloat(String!);
Dcurrent.txt2449 method public float getCustomFloat(String!);