Searched refs:firstRowHeight (Results 1 – 1 of 1) sorted by relevance
295 int firstRowHeight = firstChild == null ? 0 : firstChild.getHeight(); in tryUpdateMaxPages() local296 mRowsPerPage = firstRowHeight == 0 ? 1 : getHeight() / firstRowHeight; in tryUpdateMaxPages()