Searched refs:estimateCellVSpan (Results 1 – 1 of 1) sorted by relevance
331 public int estimateCellVSpan(int height) { in estimateCellVSpan() method in PagedViewCellLayout353 mCellCountY = Math.min(maxCellCountY, estimateCellVSpan(height)); in calculateCellCount()