Home | History | Annotate | Download | only in launcher3

Lines Matching refs:numRows

67     float numRows;
139 numRows = r;
187 points.add(new DeviceProfileQuery(p.minWidthDps, p.minHeightDps, p.numRows));
189 numRows = Math.round(invDistWeightedInterpolate(minWidth, minHeight, points));
295 float usedHeight = (cellHeightPx * numRows);
541 - (int) (2 * numRows * cellHeightPx));