Home
last modified time | relevance | path

Searched refs:makePath (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DSlidingKeyInputDrawingPreview.java89 final Path path = mRoundedLine.makePath( in drawPreview()
DRoundedLine.java43 public Path makePath(final float p1x, final float p1y, final float r1, in makePath() method in RoundedLine
DGestureTrailDrawingPoints.java205 final Path path = roundedLine.makePath(p1x, p1y, body1, p2x, p2y, body2); in drawGestureTrailLocked()