Searched defs:numCells (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java292 static int widthInPortrait(Resources r, int numCells) { argument
300 return minGap * (numCells - 1) + cellWidth * numCells;
303 static int heightInLandscape(Resources r, int numCells) { argument
311 return minGap * (numCells - 1) + cellHeight * numCells;

Completed in 16 milliseconds