Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java316 public int estimateCellHSpan(int width) { in estimateCellHSpan() method in PagedViewCellLayout
352 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width)); in calculateCellCount()