Searched defs:source (Results 1 – 6 of 6) sorted by relevance
83 public LayoutParams(LayoutParams source) { in LayoutParams() method in Constraints.LayoutParams
286 public ConstraintAttribute(ConstraintAttribute source, Object value) { in ConstraintAttribute() method in ConstraintAttribute
2797 LayoutParams source = (LayoutParams) params; in LayoutParams() local
266 public CustomAttribute(CustomAttribute source, Object value) { in CustomAttribute() method in CustomAttribute
316 public CustomVariable(CustomVariable source, Object value) { in CustomVariable() method in CustomVariable
116 public void copyFrom(ConstraintAnchor source, HashMap<ConstraintWidget, ConstraintWidget> map) { in copyFrom()