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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingPoints.java 104 types.fill(GestureTrailDrawingPoints.POINT_TYPE_SAMPLED, types.getLength(), length);
172 types.addAt(d1, GestureTrailDrawingPoints.POINT_TYPE_SAMPLED);
GestureTrailDrawingPoints.java 39 public static final int POINT_TYPE_SAMPLED = 1;
267 } else if (pointType == POINT_TYPE_SAMPLED) {

Completed in 36 milliseconds