Home
last modified time | relevance | path

Searched refs:mColorPath (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DLinearColorBar.java48 final Path mColorPath = new Path(); field in LinearColorBar
208 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()