Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 14 of 14) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DRef.java32 Ref(String id, float weight) { in Ref()
37 Ref(String id, float weight, float preMargin) { in Ref()
43 Ref(String id, float weight, float preMargin, float postMargin) { in Ref()
82 public void setWeight(float weight) { in setWeight()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/helpers/
DChainReference.java94 float weight, in addChainElement()
124 float weight, in addChainElement()
DVerticalChainReference.java64 float weight = getWeight(key.toString()); in apply() local
DHorizontalChainReference.java73 float weight = getWeight(key.toString()); in apply() local
DFlowReference.java88 public void addFlowElement(String id, float weight, float preMargin, float postMargin) { in addFlowElement()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DChainRun.java191 float weight = run.mWidget.mWeight[orientation]; in update() local
237 float weight = run.mWidget.mWeight[orientation]; in update() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DChainHead.java125 float weight = widget.mWeight[mOrientation]; in defineChainProperties() local
DConstraintWidget.java705 float weight) { in serializeSize()
3806 @SuppressWarnings("unused") float weight) { in getSceneString()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintProperties.java710 public ConstraintProperties horizontalWeight(float weight) { in horizontalWeight()
722 public ConstraintProperties verticalWeight(float weight) { in verticalWeight()
DConstraintSet.java1065 float weight = Float.parseFloat(val); in parseDimensionConstraintsString() local
3993 public void setHorizontalWeight(int viewId, float weight) { in setHorizontalWeight()
4004 public void setVerticalWeight(int viewId, float weight) { in setVerticalWeight()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintReference.java280 public void setHorizontalChainWeight(float weight) { in setHorizontalChainWeight()
288 public void setVerticalChainWeight(float weight) { in setVerticalChainWeight()
DConstraintSetParser.java832 float weight = Float.NaN; in parseChainType() local
1117 float weight = Float.NaN; in parseFlowType() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DArrayRow.java755 float weight = 1; in addError() local
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutBaseScope.kt1141 val weight: Float, constant in ChainParams