HomeSort by relevance Sort by last modified time
    Searched refs:maxCellCountX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 367 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) {
368 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width));
AppsCustomizePagedView.java 364 int maxCellCountX = Integer.MAX_VALUE;
367 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
373 maxCellCountX = Math.min(maxCellCountX, mMaxAppCellCountX);
384 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);
    [all...]

Completed in 860 milliseconds