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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeRecognitionPoints.java149 public final boolean isStartOfAGesture() { method in class:GestureStrokeRecognitionPoints
167 final boolean isStartOfAGesture = deltaTime >= timeThreshold
170 Log.d(TAG, String.format("[%d] isStartOfAGesture: dT=%3d tT=%3d dD=%3d tD=%3d%s%s",
174 isStartOfAGesture ? " startOfAGesture" : ""));
176 return isStartOfAGesture;
H A DBatchInputArbiter.java111 if (!mRecognitionPoints.isStartOfAGesture()) {

Completed in 164 milliseconds