Lines Matching refs:maxCellCountY
451 int maxCellCountY = Integer.MAX_VALUE;455 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() :462 maxCellCountY = Math.min(maxCellCountY, mMaxAppCellCountY);470 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);