Lines Matching refs:numCells
1059 int numCells = mCellCountX * mCellCountY;1060 int startIndex = page * numCells;1061 int endIndex = Math.min(startIndex + numCells, mApps.size());