Searched refs:lineLeft (Results 1 – 1 of 1) sorted by relevance
141 int lineLeft = (int) (progress * (availableWidth - lineWidth)); in onDraw() local142 int lineRight = lineLeft + lineWidth; in onDraw()144 canvas.drawRoundRect(lineLeft, getHeight() / 2 - mLineHeight / 2, lineRight, in onDraw()