Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTypingTimeRecorder.java20 private final int mStaticTimeThresholdAfterFastTyping; // msec field in TypingTimeRecorder
28 mStaticTimeThresholdAfterFastTyping = staticTimeThresholdAfterFastTyping; in TypingTimeRecorder()
34 return elapsedTimeSinceLastLetterTyping < mStaticTimeThresholdAfterFastTyping; in isInFastTyping()
48 || eventTime - mLastTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()
52 if (eventTime - mLastLetterTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()
DGestureStrokeRecognitionParams.java41 public final int mStaticTimeThresholdAfterFastTyping; // msec field in GestureStrokeRecognitionParams
64 mStaticTimeThresholdAfterFastTyping = 350; // msec in GestureStrokeRecognitionParams()
78 mStaticTimeThresholdAfterFastTyping = mainKeyboardViewAttr.getInt( in GestureStrokeRecognitionParams()
80 DEFAULT.mStaticTimeThresholdAfterFastTyping); in GestureStrokeRecognitionParams()
DGestureStrokeRecognitionPoints.java115 if (elapsedTimeSinceLastTyping < mRecognitionParams.mStaticTimeThresholdAfterFastTyping) { in addDownEventPoint()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java162 sGestureStrokeRecognitionParams.mStaticTimeThresholdAfterFastTyping, in init()