Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellCountY

300                 int numItemsPerPage = mCellCountX * mCellCountY;
333 int numItemsPerPage = mCellCountX * mCellCountY;
350 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
385 mCellCountY = mWidgetSpacingLayout.getCellCountY();
1005 layout.setCellCount(mCellCountX, mCellCountY);
1025 int numCells = mCellCountX * mCellCountY;