Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mCellCountY

284                 int numItemsPerPage = mCellCountX * mCellCountY;
319 int numItemsPerPage = mCellCountX * mCellCountY;
336 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
345 mCellCountY = (int) grid.allAppsNumRows;
919 layout.setGridSize(mCellCountX, mCellCountY);
953 int numCells = mCellCountX * mCellCountY;