Home | History | Annotate | Download | only in launcher2

Lines Matching refs:maxCellCountY

365         int maxCellCountY = Integer.MAX_VALUE;
369 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() :
376 int maxWidgetCellCountY = maxCellCountY;
386 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);