Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSetTests.java78 KeyboardTextsSet.SWITCH_TO_ALPHA_KEY_LABEL); in testSwitchToAlphaKeyLabel()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSet.java34 public static final String SWITCH_TO_ALPHA_KEY_LABEL = "keylabel_to_alpha"; field in KeyboardTextsSet
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java303 mKeyboardTextsSet.getText(KeyboardTextsSet.SWITCH_TO_ALPHA_KEY_LABEL), in setEmojiKeyboard()