Home
last modified time | relevance | path

Searched refs:constraintTag (Results 1 – 12 of 12) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKey.java73 boolean matches(String constraintTag) { in matches() argument
74 if (mTargetString == null || constraintTag == null) return false; in matches()
75 return constraintTag.matches(mTargetString); in matches()
DKeyFrames.java170 motionController.mView.getLayoutParams()).constraintTag; in addFrames()
DViewTransition.java587 String tag = ((ConstraintLayout.LayoutParams) view.getLayoutParams()).constraintTag;
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKey.java57 boolean matches(String constraintTag) { in matches() argument
58 if (mTargetString == null || constraintTag == null) return false; in matches()
59 return constraintTag.matches(mTargetString); in matches()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintLayout.java2703 public String constraintTag = null; field in ConstraintLayout.LayoutParams
2876 this.constraintTag = source.constraintTag; in LayoutParams()
3563 constraintTag = a.getString(attr); in LayoutParams()
3832 return constraintTag; in getConstraintTag()
DConstraintHelper.java328 if (tagString.equals(lp.constraintTag)) { in addTag()
DConstraintSet.java2378 layout.mConstraintTag = param.constraintTag; in fillFrom()
2455 param.constraintTag = layout.mConstraintTag; in applyTo()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore1346 MissingNullability: androidx.constraintlayout.widget.ConstraintLayout.LayoutParams#constraintTag:
1347 …Missing nullability on field `constraintTag` in class `class androidx.constraintlayout.widget.Cons…
Dcurrent.txt1162 field public String! constraintTag;
Drestricted_2.2.0-beta01.txt1162 field public String! constraintTag;
D2.2.0-beta01.txt1162 field public String! constraintTag;
Drestricted_current.txt1162 field public String! constraintTag;