Searched refs:rowHeight (Results 1 – 2 of 2) 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
213 const rowHeight = totalRowHeight - padding; constant219 rowHeight,