Home
last modified time | relevance | path

Searched refs:maxCellCountX (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java364 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()
DPagedViewCellLayout.java351 public void calculateCellCount(int width, int height, int maxCellCountX, int maxCellCountY) { in calculateCellCount() argument
352 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width)); in calculateCellCount()