Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt791 return measurer.getCustomColor(id, name, motionProgress.floatValue) in color()
846 return measurer.getCustomColor(myId, name, motionProgress.floatValue) in color()
883 return measurer.getCustomColor(id, name, motionProgress.floatValue) in motionColor()
923 return measurer.getCustomColor(id, name, motionProgress.floatValue) in customProperties()
DMotionMeasurer.kt512 fun getCustomColor(id: String, name: String, progress: Float): Color { in <lambda>() method
523 return Color(interpolatedFrame.getCustomColor(name)) in <lambda>()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DWidgetFrame.java338 public int getCustomColor(String name) { in getCustomColor() method in WidgetFrame
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore3074 MissingNullability: androidx.constraintlayout.core.state.WidgetFrame#getCustomColor(String) paramet…
3075 Missing nullability on parameter `name` in method `getCustomColor`
D1.1.0-beta01.txt2439 method public int getCustomColor(String!);
Drestricted_1.1.0-beta01.txt2442 method public int getCustomColor(String!);
Drestricted_current.txt2451 method public int getCustomColor(String!);
Dcurrent.txt2448 method public int getCustomColor(String!);