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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 40 public static final int POINT_TYPE_INTERPOLATED = 2;
265 if (pointType == POINT_TYPE_INTERPOLATED) {
GestureStrokeDrawingPoints.java 164 types.addAt(d1, GestureTrailDrawingPoints.POINT_TYPE_INTERPOLATED);

Completed in 159 milliseconds