Home
last modified time | relevance | path

Searched refs:maxCellCountY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java365 int maxCellCountY = Integer.MAX_VALUE; in onDataReady() local
369 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() : in onDataReady()
376 int maxWidgetCellCountY = maxCellCountY; in onDataReady()
386 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY); in onDataReady()
DPagedViewCellLayout.java351 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) { in calculateCellCount() argument
353 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height)); in calculateCellCount()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedViewCellLayout.java345 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) { in calculateCellCount() argument
347 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height)); in calculateCellCount()