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

/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java59 private Path mPathStroke; field in class:ChartNetworkSeriesView
105 mPathStroke = new Path();
173 mPathStroke.reset();
192 mPathStroke.moveTo(lastX, lastY);
224 mPathStroke.lineTo(startX, startY);
229 mPathStroke.lineTo(endX, endY);
241 mPathStroke.lineTo(lastX, lastY);

Completed in 9 milliseconds