Searched refs:mIndicatorPath (Results 1 – 2 of 2) sorted by relevance
30 private final Path mIndicatorPath = new Path(); field in SetupStepIndicatorView55 mIndicatorPath.rewind(); in onDraw()56 mIndicatorPath.moveTo(xPos, 0); in onDraw()57 mIndicatorPath.lineTo(xPos + height, height); in onDraw()58 mIndicatorPath.lineTo(xPos - height, height); in onDraw()59 mIndicatorPath.close(); in onDraw()60 canvas.drawPath(mIndicatorPath, mIndicatorPaint); in onDraw()
85 private final Path mIndicatorPath = new Path(); field in SetupStartIndicatorView.IndicatorView103 final Path path = mIndicatorPath; in onDraw()