Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java166 final int timeThreshold = getGestureDynamicTimeThreshold(deltaTime); in isStartOfAGesture() local
167 final boolean isStartOfAGesture = deltaTime >= timeThreshold in isStartOfAGesture()
171 mPointerId, deltaTime, timeThreshold, in isStartOfAGesture()