Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java164 private static final int ACTION_FLAGS_ENABLE_LONG_PRESS = 0x08; field in Key
329 actionFlags |= ACTION_FLAGS_ENABLE_LONG_PRESS; in Key()
627 return (mActionFlags & ACTION_FLAGS_ENABLE_LONG_PRESS) != 0 in isLongPressEnabled()