Searched refs:mPaintStroke (Results 1 – 1 of 1) sorted by relevance
52 private Paint mPaintStroke; field in ChartNetworkSeriesView116 mPaintStroke = new Paint(); in setChartColor()117 mPaintStroke.setStrokeWidth(4.0f * getResources().getDisplayMetrics().density); in setChartColor()118 mPaintStroke.setColor(stroke); in setChartColor()119 mPaintStroke.setStyle(Style.STROKE); in setChartColor()120 mPaintStroke.setAntiAlias(true); in setChartColor()