Searched refs:allowedHeight (Results 1 – 2 of 2) sorted by relevance
53 override fun updateMaxRows(allowedHeight: Int, tilesCount: Int): Boolean {
200 public boolean updateMaxRows(int allowedHeight, int tilesCount) { in updateMaxRows() argument202 final int availableHeight = allowedHeight + mCellMarginVertical; in updateMaxRows()