Searched refs:mPathEstimate (Results 1 – 1 of 1) sorted by relevance
61 private Path mPathEstimate; field in ChartNetworkSeriesView107 mPathEstimate = new Path(); in ChartNetworkSeriesView()175 mPathEstimate.reset(); in generatePath()260 mPathEstimate.moveTo(lastX, lastY); in generatePath()285 mPathEstimate.lineTo(lastX, lastY); in generatePath()329 canvas.drawPath(mPathEstimate, mPaintEstimate); in onDraw()