Searched refs:mWeightSum (Results 1 – 1 of 1) sorted by relevance
149 private float mWeightSum; field in MatchParentShrinkingLinearLayout207 mWeightSum = a.getFloat(R.styleable.LinearLayout_weightSum, -1.0f); in MatchParentShrinkingLinearLayout()577 return mWeightSum; in getWeightSum()594 mWeightSum = Math.max(0.0f, weightSum); in setWeightSum()823 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight; in measureVertical()