Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellCountX

300                 int numItemsPerPage = mCellCountX * mCellCountY;
333 int numItemsPerPage = mCellCountX * mCellCountY;
350 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
384 mCellCountX = mWidgetSpacingLayout.getCellCountX();
1005 layout.setCellCount(mCellCountX, mCellCountY);
1025 int numCells = mCellCountX * mCellCountY;
1044 int x = index % mCellCountX;
1045 int y = index / mCellCountX;
1047 x = mCellCountX - x - 1;