Searched refs:switcher (Results 1 – 4 of 4) sorted by relevance
131 final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance(); in EmojiAltPhysicalKeyDetector()132 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI); in EmojiAltPhysicalKeyDetector()142 final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance(); in EmojiAltPhysicalKeyDetector()143 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.SYMBOLS_SHIFTED); in EmojiAltPhysicalKeyDetector()
218 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage() local226 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage()718 final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance(); in isImeSuppressedByHardwareKeyboard() local719 return !onEvaluateInputViewShown() && switcher.isImeSuppressedByHardwareKeyboard( in isImeSuppressedByHardwareKeyboard()720 mSettings.getCurrent(), switcher.getKeyboardSwitchState()); in isImeSuppressedByHardwareKeyboard()834 final KeyboardSwitcher switcher = mKeyboardSwitcher; in onStartInputViewInternal() local835 switcher.updateKeyboardTheme(); in onStartInputViewInternal()836 final MainKeyboardView mainKeyboardView = switcher.getMainKeyboardView(); in onStartInputViewInternal()880 switcher.getKeyboard()); in onStartInputViewInternal()957 switcher.loadKeyboard(editorInfo, currentSettingsValues, getCurrentAutoCapsState(), in onStartInputViewInternal()[all …]
105 mViewSwitcher = (ViewSwitcher) v.findViewById(R.id.switcher); in onCreateView()