Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureTrailDrawingPoints.java40 public static final int POINT_TYPE_INTERPOLATED = 2; field in GestureTrailDrawingPoints
265 if (pointType == POINT_TYPE_INTERPOLATED) { in debugDrawPoints()
H A DGestureStrokeDrawingPoints.java164 types.addAt(d1, GestureTrailDrawingPoints.POINT_TYPE_INTERPOLATED); in interpolateStrokeAndReturnStartIndexOfLastSegment()