Searched refs:maxCellCountY (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 365 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()
|
D | PagedViewCellLayout.java | 351 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/ |
D | PagedViewCellLayout.java | 345 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) { in calculateCellCount() argument 347 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height)); in calculateCellCount()
|