Searched defs:LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java88 private static final int LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL = 0x40000; field in class:Key
321 if ((mLabelFlags & LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL) != 0) {
706 return (mLabelFlags & LABEL_FLAGS_FROM_CUSTOM_ACTION_LABEL) != 0;

Completed in 57 milliseconds