Searched refs:usableHeight (Results 1 – 1 of 1) sorted by relevance
1104 int usableHeight = canvasSize.height - headerHeight; in paint() local1106 dispRows = usableHeight / rowHeight; in paint()1110 visibleRows = (usableHeight + rowHeight - 1) / rowHeight; in paint()