Searched refs:maxCellCountX (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 364 int maxCellCountX = Integer.MAX_VALUE; in onDataReady() local 367 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() : in onDataReady() 373 maxCellCountX = Math.min(maxCellCountX, mMaxAppCellCountX); in onDataReady() 386 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxCellCountY); in onDataReady() 394 mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX, maxWidgetCellCountY); in onDataReady()
|
D | PagedViewCellLayout.java | 351 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) { in calculateCellCount() argument 352 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width)); in calculateCellCount()
|