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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java331 public int estimateCellVSpan(int height) { method in class:PagedViewCellLayout
353 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewCellLayout.java325 public int estimateCellVSpan(int height) { method in class:PagedViewCellLayout
347 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height));

Completed in 242 milliseconds