Searched refs:mGpsOnPath (Results 1 – 1 of 1) sorted by relevance
150 final Path mGpsOnPath = new Path(); field in BatteryHistoryChart627 mGpsOnPath.lineTo(w, h-mGpsOnOffset); in finishPaths()743 mGpsOnPath.reset(); in onSizeChanged()857 mGpsOnPath.moveTo(x, h-mGpsOnOffset); in onSizeChanged()859 mGpsOnPath.lineTo(x, h-mGpsOnOffset); in onSizeChanged()1253 if (!mGpsOnPath.isEmpty()) { in drawChart()1255 canvas.drawPath(mGpsOnPath, mGpsOnPaint); in drawChart()