Home
last modified time | relevance | path

Searched refs:mReferenceIdString (Results 1 – 7 of 7) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintHelper.java617 } else if (constraint.layout.mReferenceIdString != null) { in loadParameters()
618 if (constraint.layout.mReferenceIdString.length() > 0) { in loadParameters()
620 constraint.layout.mReferenceIdString); in loadParameters()
DConstraintSet.java1271 public String mReferenceIdString; field in ConstraintSet.Layout
1347 if (src.mReferenceIds != null && src.mReferenceIdString == null) { in copyFrom()
1352 mReferenceIdString = src.mReferenceIdString; in copyFrom()
1743 mReferenceIdString = a.getString(attr); in fillFromAttributeList()
2712 } else if (constraint.layout.mReferenceIdString != null) { in applyToInternal()
2714 constraint.layout.mReferenceIdString); in applyToInternal()
2781 } else if (constraint.layout.mReferenceIdString != null) { in applyToInternal()
2783 constraint.layout.mReferenceIdString); in applyToInternal()
5289 c.layout.mReferenceIdString = value; in setDeltaValue()
5708 c.layout.mReferenceIdString = a.getString(attr); in populateConstraint()
[all …]
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore170 InternalField: androidx.constraintlayout.widget.ConstraintSet.Layout#mReferenceIdString:
171 Internal field mReferenceIdString must not be exposed
1626 MissingNullability: androidx.constraintlayout.widget.ConstraintSet.Layout#mReferenceIdString:
1627 …Missing nullability on field `mReferenceIdString` in class `class androidx.constraintlayout.widget…
1922 MutableBareField: androidx.constraintlayout.widget.ConstraintSet.Layout#mReferenceIdString:
1923 Bare field mReferenceIdString must be marked final, or moved behind accessors if mutable
Dcurrent.txt1525 field public String! mReferenceIdString;
Drestricted_2.2.0-beta01.txt1525 field public String! mReferenceIdString;
D2.2.0-beta01.txt1525 field public String! mReferenceIdString;
Drestricted_current.txt1525 field public String! mReferenceIdString;