Home
last modified time | relevance | path

Searched refs:getWeightSum (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DLinearLayoutRule.java912 float sum = getWeightSum(layout);
1067 private static float getWeightSum(INode linearLayout) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java359 private float getWeightSum(Element linearLayout) { in getWeightSum() method in RelativeLayoutConversionHelper
395 float weightSum = getWeightSum(layout); in analyzeLinearLayout()