Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DState.java601 Reference constraintReference = mReferences.get(key); in apply() local
602 if (constraintReference == null) { in apply()
603 constraintReference = constraints(key); in apply()
605 constraintReference.setConstraintWidget(helperWidget); in apply()
614 Reference constraintReference = mReferences.get(key); in apply() local
615 if (constraintReference == null) { in apply()
616 constraintReference = constraints(key); in apply()
618 constraintReference.setConstraintWidget(helperWidget); in apply()
643 Reference constraintReference = mReferences.get(keyRef); in apply() local
644 reference.getHelperWidget().add(constraintReference.getConstraintWidget()); in apply()
[all …]