Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java331 public int estimateCellVSpan(int height) { in estimateCellVSpan() method in PagedViewCellLayout
353 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height)); in calculateCellCount()