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.java160 private final int mActionFlags; field in Key
226 mActionFlags = ACTION_FLAGS_NO_KEY_PREVIEW; in Key()
337 mActionFlags = actionFlags; in Key()
435 mActionFlags = key.mActionFlags; in Key()
479 key.mActionFlags, in computeHashCode()
506 && o.mActionFlags == mActionFlags in equalsInternal()
614 return (mActionFlags & ACTION_FLAGS_IS_REPEATABLE) != 0; in isRepeatable()
618 return (mActionFlags & ACTION_FLAGS_NO_KEY_PREVIEW) != 0; in noKeyPreview()
622 return (mActionFlags & ACTION_FLAGS_ALT_CODE_WHILE_TYPING) != 0; in altCodeWhileTyping()
627 return (mActionFlags & ACTION_FLAGS_ENABLE_LONG_PRESS) != 0 in isLongPressEnabled()