Searched refs:cumulativeWeight (Results 1 – 1 of 1) sorted by relevance
396 float cumulativeWeight = 0; in analyzeLinearLayout() local424 if (cumulativeWeight == 0 && weight > 0) { in analyzeLinearLayout()436 } else if (cumulativeWeight > 0) { in analyzeLinearLayout()440 cumulativeWeight += weight; in analyzeLinearLayout()