Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DCustomAttribute.java254 public CustomAttribute(String name, AttributeType attributeType) { in CustomAttribute() argument
256 mType = attributeType; in CustomAttribute()
259 public CustomAttribute(String name, AttributeType attributeType, Object value, boolean method) { in CustomAttribute() argument
261 mType = attributeType; in CustomAttribute()
DCustomVariable.java305 public CustomVariable(String name, int attributeType) { in CustomVariable() argument
307 mType = attributeType; in CustomVariable()
310 public CustomVariable(String name, int attributeType, Object value) { in CustomVariable() argument
312 mType = attributeType; in CustomVariable()
DMotion.java560 int getAttributeValues(String attributeType, float[] points, int pointCount) { in getAttributeValues() argument
562 SplineSet spline = mAttributesMap.get(attributeType); in getAttributeValues()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintAttribute.java271 public ConstraintAttribute(String name, AttributeType attributeType) { in ConstraintAttribute() argument
273 mType = attributeType; in ConstraintAttribute()
277 AttributeType attributeType, in ConstraintAttribute() argument
281 mType = attributeType; in ConstraintAttribute()
DConstraintSet.java2248 private ConstraintAttribute get(String attributeName, AttributeType attributeType) { in get() argument
2252 if (ret.getType() != attributeType) { in get()
2257 ret = new ConstraintAttribute(attributeName, attributeType); in get()
4340 private void addAttributes(AttributeType attributeType, String... attributeName) { in addAttributes() argument
4348 if (constraintAttribute.getType() != attributeType) { in addAttributes()
4354 constraintAttribute = new ConstraintAttribute(attributeName[i], attributeType); in addAttributes()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionController.java565 int getAttributeValues(String attributeType, float[] points, int pointCount) { in getAttributeValues() argument
567 SplineSet spline = mAttributesMap.get(attributeType); in getAttributeValues()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore1161 Missing nullability on parameter `attributeType` in method `ConstraintAttribute`
1165 Missing nullability on parameter `attributeType` in method `ConstraintAttribute`
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore1573 Missing nullability on parameter `attributeType` in method `CustomAttribute`
1577 Missing nullability on parameter `attributeType` in method `CustomAttribute`