HomeSort by relevance Sort by last modified time
    Searched full:distancethreshold (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStroke.java 222 final int distanceThreshold = getGestureDynamicDistanceThreshold(deltaTime);
225 && deltaDistance >= distanceThreshold;
229 deltaDistance, distanceThreshold,

Completed in 733 milliseconds