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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java1020 int numCells = mCellCountX * mCellCountY;
1021 int startIndex = page * numCells;
1022 int endIndex = Math.min(startIndex + numCells, mApps.size());
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 55 milliseconds