Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java137 private int getGestureDynamicTimeThreshold(final int deltaTime) { in getGestureDynamicTimeThreshold() method in GestureStrokeRecognitionPoints
166 final int timeThreshold = getGestureDynamicTimeThreshold(deltaTime); in isStartOfAGesture()