Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DLinearLayoutRule.java852 if (getWeight(n) > 0.0f) {
1048 private static float getWeight(INode linearLayoutChild) {
1087 sum += getWeight(child);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java340 private float getWeight(Element linearLayoutChild) { in getWeight() method in RelativeLayoutConversionHelper
362 sum += getWeight(child); in getWeightSum()
418 float weight = getWeight(child); in analyzeLinearLayout()