Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java91 private static final int LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL = 0x40000; field in Key
344 if ((mLabelFlags & LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL) != 0) { in Key()
758 return (mLabelFlags & LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL) != 0; in hasCustomActionLabel()