Searched refs:mPaintEstimate (Results 1 – 1 of 1) sorted by relevance
55 private Paint mPaintEstimate; field in ChartNetworkSeriesView132 mPaintEstimate = new Paint(); in setChartColor()133 mPaintEstimate.setStrokeWidth(3.0f); in setChartColor()134 mPaintEstimate.setColor(fillSecondary); in setChartColor()135 mPaintEstimate.setStyle(Style.STROKE); in setChartColor()136 mPaintEstimate.setAntiAlias(true); in setChartColor()137 mPaintEstimate.setPathEffect(new DashPathEffect(new float[] { 10, 10 }, 1)); in setChartColor()329 canvas.drawPath(mPathEstimate, mPaintEstimate); in onDraw()