Lines Matching refs:mCellCountX
303 int numItemsPerPage = mCellCountX * mCellCountY;
336 int numItemsPerPage = mCellCountX * mCellCountY;
353 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
387 mCellCountX = mWidgetSpacingLayout.getCellCountX();
1000 layout.setCellCount(mCellCountX, mCellCountY);
1020 int numCells = mCellCountX * mCellCountY;
1039 int x = index % mCellCountX;
1040 int y = index / mCellCountX;
1042 x = mCellCountX - x - 1;