Home | History | Annotate | Download | only in launcher2

Lines Matching refs:numCells

287     static int widthInPortrait(Resources r, int numCells) {
295 return minGap * (numCells - 1) + cellWidth * numCells;
298 static int heightInLandscape(Resources r, int numCells) {
306 return minGap * (numCells - 1) + cellHeight * numCells;