Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellCountY

303                 int numItemsPerPage = mCellCountX * mCellCountY;
336 int numItemsPerPage = mCellCountX * mCellCountY;
353 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
388 mCellCountY = mWidgetSpacingLayout.getCellCountY();
1000 layout.setCellCount(mCellCountX, mCellCountY);
1020 int numCells = mCellCountX * mCellCountY;