Searched refs:maxCellCountX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java362 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) { argument
363 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width));
H A DAppsCustomizePagedView.java450 int maxCellCountX = Integer.MAX_VALUE;
453 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
459 maxCellCountX = Math.min(maxCellCountX, mMaxAppCellCountX);
470 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);

Completed in 28 milliseconds