OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LONG_PRESS_MILLISECONDS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java
178
public static final int
LONG_PRESS_MILLISECONDS
= 200;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
446
|| inputTransaction.mTimestamp > mLastKeyTime + Constants.
LONG_PRESS_MILLISECONDS
) {
[
all
...]
Completed in 630 milliseconds