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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java150 final Path mGpsOnPath = new Path(); field in class:BatteryHistoryChart
651 mGpsOnPath.lineTo(w, h-mGpsOnOffset);
778 mGpsOnPath.reset();
889 mGpsOnPath.moveTo(x, h-mGpsOnOffset);
891 mGpsOnPath.lineTo(x, h-mGpsOnOffset);
1257 if (!mGpsOnPath.isEmpty()) {
1259 canvas.drawPath(mGpsOnPath, mGpsOnPaint);

Completed in 374 milliseconds