Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStroke.java69 public final int mStaticTimeThresholdAfterFastTyping; // msec field in GestureStroke.GestureStrokeParams
91 mStaticTimeThresholdAfterFastTyping = 350; // msec in GestureStrokeParams()
105 mStaticTimeThresholdAfterFastTyping = mainKeyboardViewAttr.getInt( in GestureStrokeParams()
107 DEFAULT.mStaticTimeThresholdAfterFastTyping); in GestureStrokeParams()
175 if (elapsedTimeAfterTyping < mParams.mStaticTimeThresholdAfterFastTyping) { in onDownEvent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java249 private final int mStaticTimeThresholdAfterFastTyping; // msec field in PointerTracker.TimeRecorder
258 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()