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

/packages/apps/Settings/src/com/android/settings/applications/
H A DLinearColorBar.java48 final Path mColorPath = new Path(); field in class:LinearColorBar
208 mColorPath.reset();
214 mColorPath.moveTo(indicatorLeft, mRect.top);
215 mColorPath.cubicTo(indicatorLeft, midBottomY,
218 mColorPath.lineTo(width+xoff-1, 0);
219 mColorPath.cubicTo(width+xoff-1, midTopY,
222 mColorPath.close();
239 canvas.drawPath(mColorPath, mColorGradientPaint);

Completed in 9 milliseconds