Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java149 public final boolean isStartOfAGesture() { in isStartOfAGesture() method in GestureStrokeRecognitionPoints
167 final boolean isStartOfAGesture = deltaTime >= timeThreshold in isStartOfAGesture()
174 isStartOfAGesture ? " startOfAGesture" : "")); in isStartOfAGesture()
176 return isStartOfAGesture; in isStartOfAGesture()
DBatchInputArbiter.java111 if (!mRecognitionPoints.isStartOfAGesture()) { in mayStartBatchInput()