Searched refs:getCustomColor (Results 1 – 8 of 8) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionLayout.kt | 791 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()
|
| D | MotionMeasurer.kt | 512 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/ |
| D | WidgetFrame.java | 338 public int getCustomColor(String name) { in getCustomColor() method in WidgetFrame
|
| /constraintlayout/constraintlayout-core/api/ |
| D | api_lint.ignore | 3074 MissingNullability: androidx.constraintlayout.core.state.WidgetFrame#getCustomColor(String) paramet… 3075 Missing nullability on parameter `name` in method `getCustomColor`
|
| D | 1.1.0-beta01.txt | 2439 method public int getCustomColor(String!);
|
| D | restricted_1.1.0-beta01.txt | 2442 method public int getCustomColor(String!);
|
| D | restricted_current.txt | 2451 method public int getCustomColor(String!);
|
| D | current.txt | 2448 method public int getCustomColor(String!);
|