Home
last modified time | relevance | path

Searched refs:KeyboardSwitcher (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DEmojiAltPhysicalKeyDetector.java23 import com.android.inputmethod.keyboard.KeyboardSwitcher;
113 final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance(); in onKeyUp()
115 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI); in onKeyUp()
117 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.SYMBOLS_SHIFTED); in onKeyUp()
DLatinIME.java67 import com.android.inputmethod.keyboard.KeyboardSwitcher;
143 @UsedForTesting final KeyboardSwitcher mKeyboardSwitcher;
212 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()
539 mKeyboardSwitcher = KeyboardSwitcher.getInstance(); in LatinIME()
552 KeyboardSwitcher.init(this); in onCreate()
705 final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance(); in isImeSuppressedByHardwareKeyboard()
808 final KeyboardSwitcher switcher = mKeyboardSwitcher; in onStartInputViewInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java49 public final class KeyboardSwitcher implements KeyboardState.SwitchActions { class
50 private static final String TAG = KeyboardSwitcher.class.getSimpleName();
69 private static final KeyboardSwitcher sInstance = new KeyboardSwitcher();
71 public static KeyboardSwitcher getInstance() { in getInstance()
75 private KeyboardSwitcher() { in KeyboardSwitcher() method in KeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java36 import com.android.inputmethod.keyboard.KeyboardSwitcher;
494 final KeyboardSwitcher keyboardSwitcher, final LatinIME.UIHandler handler) { in onStartBatchInput()
2034 final SuggestedWords suggestedWords, final KeyboardSwitcher keyboardSwitcher) { in onUpdateTailBatchInputCompleted()