Lines Matching refs:mCellCountX
393 int numItemsPerPage = mCellCountX * mCellCountY;
426 int numItemsPerPage = mCellCountX * mCellCountY;
443 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
471 mCellCountX = mWidgetSpacingLayout.getCellCountX();
1040 layout.setCellCount(mCellCountX, mCellCountY);
1059 int numCells = mCellCountX * mCellCountY;
1078 int x = index % mCellCountX;
1079 int y = index / mCellCountX;