HomeSort by relevance Sort by last modified time
    Searched refs:isStartOfAGesture (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 149 public final boolean isStartOfAGesture() {
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;
BatchInputArbiter.java 111 if (!mRecognitionPoints.isStartOfAGesture()) {

Completed in 57 milliseconds