Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java165 final int distanceThreshold = getGestureDynamicDistanceThreshold(deltaTime); in isStartOfAGesture() local
168 && deltaDistance >= distanceThreshold; in isStartOfAGesture()
172 deltaDistance, distanceThreshold, in isStartOfAGesture()