Home | History | Annotate | Download | only in launcher3

Lines Matching full:usedheight

295         float usedHeight = (cellHeightPx * numRows);
299 if (usedHeight > maxHeight) {
300 scale = maxHeight / usedHeight;