Home
last modified time | relevance | path

Searched refs:mIndicatorPath (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStepIndicatorView.java30 private final Path mIndicatorPath = new Path(); field in SetupStepIndicatorView
55 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()
DSetupStartIndicatorView.java85 private final Path mIndicatorPath = new Path(); field in SetupStartIndicatorView.IndicatorView
103 final Path path = mIndicatorPath; in onDraw()