Lines Matching refs:numCells
283 static int widthInPortrait(Resources r, int numCells) {291 return minGap * (numCells - 1) + cellWidth * numCells;294 static int heightInLandscape(Resources r, int numCells) {302 return minGap * (numCells - 1) + cellHeight * numCells;