Searched refs:mStaticTimeThresholdAfterFastTyping (Results 1 – 4 of 4) sorted by relevance
20 private final int mStaticTimeThresholdAfterFastTyping; // msec field in TypingTimeRecorder28 mStaticTimeThresholdAfterFastTyping = staticTimeThresholdAfterFastTyping; in TypingTimeRecorder()34 return elapsedTimeSinceLastLetterTyping < mStaticTimeThresholdAfterFastTyping; in isInFastTyping()48 || eventTime - mLastTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()52 if (eventTime - mLastLetterTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()
41 public final int mStaticTimeThresholdAfterFastTyping; // msec field in GestureStrokeRecognitionParams64 mStaticTimeThresholdAfterFastTyping = 350; // msec in GestureStrokeRecognitionParams()78 mStaticTimeThresholdAfterFastTyping = mainKeyboardViewAttr.getInt( in GestureStrokeRecognitionParams()80 DEFAULT.mStaticTimeThresholdAfterFastTyping); in GestureStrokeRecognitionParams()
115 if (elapsedTimeSinceLastTyping < mRecognitionParams.mStaticTimeThresholdAfterFastTyping) { in addDownEventPoint()
162 sGestureStrokeRecognitionParams.mStaticTimeThresholdAfterFastTyping, in init()