Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java140 private final int mActionFlags; field in Key
175 mActionFlags = 0; in Key()
288 mActionFlags = actionFlags; in Key()
374 key.mActionFlags, in computeHashCode()
401 && o.mActionFlags == mActionFlags in equals()
462 return (mActionFlags & ACTION_FLAGS_IS_REPEATABLE) != 0; in isRepeatable()
466 return (mActionFlags & ACTION_FLAGS_NO_KEY_PREVIEW) != 0; in noKeyPreview()
470 return (mActionFlags & ACTION_FLAGS_ALT_CODE_WHILE_TYPING) != 0; in altCodeWhileTyping()
475 return (mActionFlags & ACTION_FLAGS_ENABLE_LONG_PRESS) != 0 in isLongPressEnabled()