Home | History | Annotate | Download | only in launcher2

Lines Matching refs:maxCellCountX

361         int maxCellCountX = Integer.MAX_VALUE;
364 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
370 maxCellCountX = Math.min(maxCellCountX, mMaxAppCellCountX);
383 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);
391 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxWidgetCellCountY);