Searched refs:mWeightSum (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java100 private float mWeightSum; field in class:LinearLayout
140 mWeightSum = a.getFloat(R.styleable.LinearLayout_weightSum, -1.0f);
286 return mWeightSum;
303 mWeightSum = Math.max(0.0f, weightSum);
492 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
828 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;

Completed in 49 milliseconds