Searched refs:KeyboardSwitchState (Results 1 – 2 of 2) sorted by relevance
150 @Nonnull final KeyboardSwitchState toggleState) { in setKeyboard()276 @Nonnull final KeyboardSwitchState toggleState) { in isImeSuppressedByHardwareKeyboard()312 public enum KeyboardSwitchState { enum in KeyboardSwitcher320 KeyboardSwitchState(int keyboardId) { in KeyboardSwitchState() method in KeyboardSwitcher.KeyboardSwitchState325 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 …]
132 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI); in EmojiAltPhysicalKeyDetector()143 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.SYMBOLS_SHIFTED); in EmojiAltPhysicalKeyDetector()