Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java53 private int mDetectFastMoveTime; field in GestureStrokeRecognitionPoints
158 final int deltaTime = mEventTimes.get(lastIndex) - mDetectFastMoveTime; in isStartOfAGesture()
202 mDetectFastMoveTime = 0; in reset()
229 return mDetectFastMoveTime > 0; in hasDetectedFastMove()
254 mDetectFastMoveTime = time; in detectFastMove()