Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java396 float cumulativeWeight = 0; in analyzeLinearLayout() local
424 if (cumulativeWeight == 0 && weight > 0) { in analyzeLinearLayout()
436 } else if (cumulativeWeight > 0) { in analyzeLinearLayout()
440 cumulativeWeight += weight; in analyzeLinearLayout()