Home | History | Annotate | Download | only in launcher2

Lines Matching refs:maxCellCountY

362         int maxCellCountY = Integer.MAX_VALUE;
366 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() :
373 int maxWidgetCellCountY = maxCellCountY;
383 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);