Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java397 float weightSum = 0; in onMeasure() local
421 weightSum += lp.weight; in onMeasure()
465 if (canSlide || weightSum > 0) { in onMeasure()
540 final int addedHeight = (int) (lp.weight * heightToDistribute / weightSum); in onMeasure()