Searched refs:constraintReference (Results 1 – 1 of 1) sorted by relevance
601 Reference constraintReference = mReferences.get(key); in apply() local602 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() local615 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() local644 reference.getHelperWidget().add(constraintReference.getConstraintWidget()); in apply()[all …]