OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStaticTimeThresholdAfterFastTyping
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TypingTimeRecorder.java
20
private final int
mStaticTimeThresholdAfterFastTyping
; // msec
28
mStaticTimeThresholdAfterFastTyping
= staticTimeThresholdAfterFastTyping;
34
return elapsedTimeSinceLastLetterTyping <
mStaticTimeThresholdAfterFastTyping
;
48
|| eventTime - mLastTypingTime <
mStaticTimeThresholdAfterFastTyping
) {
52
if (eventTime - mLastLetterTypingTime <
mStaticTimeThresholdAfterFastTyping
) {
GestureStrokeRecognitionParams.java
41
public final int
mStaticTimeThresholdAfterFastTyping
; // msec
64
mStaticTimeThresholdAfterFastTyping
= 350; // msec
78
mStaticTimeThresholdAfterFastTyping
= mainKeyboardViewAttr.getInt(
80
DEFAULT.
mStaticTimeThresholdAfterFastTyping
);
GestureStrokeRecognitionPoints.java
115
if (elapsedTimeSinceLastTyping < mRecognitionParams.
mStaticTimeThresholdAfterFastTyping
) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
162
sGestureStrokeRecognitionParams.
mStaticTimeThresholdAfterFastTyping
,
[
all
...]
Completed in 128 milliseconds