Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java150 @Nonnull final KeyboardSwitchState toggleState) { in setKeyboard()
276 @Nonnull final KeyboardSwitchState toggleState) { in isImeSuppressedByHardwareKeyboard()
312 public enum KeyboardSwitchState { enum in KeyboardSwitcher
320 KeyboardSwitchState(int keyboardId) { in KeyboardSwitchState() method in KeyboardSwitcher.KeyboardSwitchState
325 public KeyboardSwitchState getKeyboardSwitchState() { in getKeyboardSwitchState()
330 KeyboardSwitchState state; in getKeyboardSwitchState()
332 return KeyboardSwitchState.HIDDEN; in getKeyboardSwitchState()
334 return KeyboardSwitchState.EMOJI; in getKeyboardSwitchState()
336 return KeyboardSwitchState.SYMBOLS_SHIFTED; in getKeyboardSwitchState()
338 return KeyboardSwitchState.OTHER; in getKeyboardSwitchState()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DEmojiAltPhysicalKeyDetector.java132 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI); in EmojiAltPhysicalKeyDetector()
143 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.SYMBOLS_SHIFTED); in EmojiAltPhysicalKeyDetector()