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/
GestureTrail.java 185 private final RoundedLine mRoundedLine = new RoundedLine();
230 final RoundedLine roundedLine = mRoundedLine;
244 final Path path = roundedLine.makePath(p1x, p1y, body1, p2x, p2y, body2);
246 roundedLine.getBounds(mRoundedLineBounds);
SlidingKeyInputPreview.java 40 private final RoundedLine mRoundedLine = new RoundedLine();
RoundedLine.java 23 public final class RoundedLine {

Completed in 276 milliseconds