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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 351 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) {
353 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height));
AppsCustomizePagedView.java 362 int maxCellCountY = Integer.MAX_VALUE;
366 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() :
373 int maxWidgetCellCountY = maxCellCountY;
383 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 345 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) {
347 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height));

Completed in 558 milliseconds