Searched refs:mColorPath (Results 1 – 1 of 1) sorted by relevance
48 final Path mColorPath = new Path(); field in LinearColorBar208 mColorPath.reset(); in onDraw()214 mColorPath.moveTo(indicatorLeft, mRect.top); in onDraw()215 mColorPath.cubicTo(indicatorLeft, midBottomY, in onDraw()218 mColorPath.lineTo(width+xoff-1, 0); in onDraw()219 mColorPath.cubicTo(width+xoff-1, midTopY, in onDraw()222 mColorPath.close(); in onDraw()239 canvas.drawPath(mColorPath, mColorGradientPaint); in onDraw()