Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java147 private static final String MORE_KEYS_NEEDS_DIVIDERS = "!needsDividers!"; field in Key
312 if (MoreKeySpec.getBooleanValue(moreKeys, MORE_KEYS_NEEDS_DIVIDERS)) { in Key()