Home
last modified time | relevance | path

Searched defs:totalWeights (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DArrayRow.java283 float totalWeights, float nextWeight, in createRowEqualMatchDimensions()
321 float totalWeights, float nextWeight, in createRowEqualDimension()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DChain.java103 float totalWeights = chainHead.mTotalWeight; in applyChainConstraints() local