Lines Matching refs:mCellCountY
318 int numItemsPerPage = mCellCountX * mCellCountY;
353 int numItemsPerPage = mCellCountX * mCellCountY;
370 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
381 mCellCountY = (int) grid.allAppsNumRows;
1013 layout.setGridSize(mCellCountX, mCellCountY);
1032 int numCells = mCellCountX * mCellCountY;