Searched refs:weightSum (Results 1 – 3 of 3) sorted by relevance
228 String weightSum = parentNode.getStringAttr(ANDROID_URI, in distributeWeights() local231 if (weightSum != null) { in distributeWeights()234 sum = Double.parseDouble(weightSum); in distributeWeights()831 void setWeightSum(float weightSum) {832 mNewWeightSum = weightSum;1068 String weightSum = linearLayout.getStringAttr(ANDROID_URI,1071 if (weightSum != null) {1074 sum = Float.parseFloat(weightSum);
395 float weightSum = getWeightSum(layout); in analyzeLinearLayout() local417 if (weightSum > 0.0f) { in analyzeLinearLayout()
316 android:weightSum : Defines the maximum weight sum. [float]