Searched refs:rowHeight (Results 1 – 1 of 1) sorted by relevance
140 int rowHeight = getRowHeight(); in onDraw() local151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); in onDraw()165 rectRight - 2, rectTop + rowHeight - 2); in onDraw()175 rectTop += rowHeight; in onDraw()184 final int rowHeight = getRowHeight(); in getRectForRow() local185 final int top = getPaddingTop() + row * rowHeight; in getRectForRow()189 top + rowHeight); in getRectForRow() local