Searched refs:mStaticTimeThresholdAfterFastTyping (Results 1 – 2 of 2) sorted by relevance
69 public final int mStaticTimeThresholdAfterFastTyping; // msec field in GestureStroke.GestureStrokeParams91 mStaticTimeThresholdAfterFastTyping = 350; // msec in GestureStrokeParams()105 mStaticTimeThresholdAfterFastTyping = mainKeyboardViewAttr.getInt( in GestureStrokeParams()107 DEFAULT.mStaticTimeThresholdAfterFastTyping); in GestureStrokeParams()175 if (elapsedTimeAfterTyping < mParams.mStaticTimeThresholdAfterFastTyping) { in onDownEvent()
249 private final int mStaticTimeThresholdAfterFastTyping; // msec field in PointerTracker.TimeRecorder258 mStaticTimeThresholdAfterFastTyping = in TimeRecorder()259 gestureStrokeParams.mStaticTimeThresholdAfterFastTyping; in TimeRecorder()264 return elapsedTimeSinceLastLetterTyping < mStaticTimeThresholdAfterFastTyping; in isInFastTyping()279 || eventTime - mLastTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()283 if (eventTime - mLastLetterTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()