HomeSort by relevance Sort by last modified time
    Searched refs:mIndicatorPath (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 30 private final Path mIndicatorPath = new Path();
55 mIndicatorPath.rewind();
56 mIndicatorPath.moveTo(xPos, 0);
57 mIndicatorPath.lineTo(xPos + height, height);
58 mIndicatorPath.lineTo(xPos - height, height);
59 mIndicatorPath.close();
60 canvas.drawPath(mIndicatorPath, mIndicatorPaint);
SetupStartIndicatorView.java 85 private final Path mIndicatorPath = new Path();
103 final Path path = mIndicatorPath;

Completed in 143 milliseconds