Home | History | Annotate | Download | only in launcher2

Lines Matching refs:numCells

292     static int widthInPortrait(Resources r, int numCells) {
300 return minGap * (numCells - 1) + cellWidth * numCells;
303 static int heightInLandscape(Resources r, int numCells) {
311 return minGap * (numCells - 1) + cellHeight * numCells;