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