HomeSort by relevance Sort by last modified time
    Searched full:roundedline (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 146 private final RoundedLine mRoundedLine = new RoundedLine();
191 final RoundedLine roundedLine = mRoundedLine;
205 final Path path = roundedLine.makePath(p1x, p1y, body1, p2x, p2y, body2);
207 roundedLine.getBounds(mRoundedLineBounds);
SlidingKeyInputDrawingPreview.java 44 private final RoundedLine mRoundedLine = new RoundedLine();
RoundedLine.java 23 public final class RoundedLine {

Completed in 69 milliseconds