Searched refs:isStartOfAGesture (Results 1 – 2 of 2) sorted by relevance
149 public final boolean isStartOfAGesture() { in isStartOfAGesture() method in GestureStrokeRecognitionPoints167 final boolean isStartOfAGesture = deltaTime >= timeThreshold in isStartOfAGesture()174 isStartOfAGesture ? " startOfAGesture" : "")); in isStartOfAGesture()176 return isStartOfAGesture; in isStartOfAGesture()
111 if (!mRecognitionPoints.isStartOfAGesture()) { in mayStartBatchInput()