Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DEmojiAltPhysicalKeyDetector.java115 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI); in onKeyUp()
117 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.SYMBOLS_SHIFTED); in onKeyUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java337 public void onToggleKeyboard(@Nonnull final KeyboardSwitchState toggleState) { in onToggleKeyboard() method in KeyboardSwitcher