Home | History | Annotate | Download | only in launcher2

Lines Matching refs:numCells

1025         int numCells = mCellCountX * mCellCountY;
1026 int startIndex = page * numCells;
1027 int endIndex = Math.min(startIndex + numCells, mApps.size());