Home | History | Annotate | Download | only in launcher2

Lines Matching refs:maxCellCountX

364         int maxCellCountX = Integer.MAX_VALUE;
367 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
373 maxCellCountX = Math.min(maxCellCountX, mMaxAppCellCountX);
386 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);
394 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxWidgetCellCountY);