Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java291 int actionFlags = style.getFlags(keyAttr, R.styleable.Keyboard_Key_keyActionFlags); in Key() local
329 actionFlags |= ACTION_FLAGS_ENABLE_LONG_PRESS; in Key()
337 mActionFlags = actionFlags; in Key()