Home | History | Annotate | Download | only in launcher3

Lines Matching refs:cellWidthPx

101     int cellWidthPx;
328 cellWidthPx = iconSizePx;
339 folderCellWidthPx = cellWidthPx + 3 * edgeMarginPx;
473 (numColumns * cellWidthPx)) / (2 * (numColumns + 1)));
538 int availableWidth = Math.max(0, width - (int) ((numColumns * cellWidthPx) +
539 (numColumns * gapScale * cellWidthPx)));