HomeSort by relevance Sort by last modified time
    Searched refs:mKeyboardSwitcher (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 162 /* package */ KeyboardSwitcher mKeyboardSwitcher;
322 if (mKeyboardSwitcher.getInputView().isShown()) {
324 LatinIME.this, mKeyboardSwitcher.getInputView());
353 mKeyboardSwitcher = KeyboardSwitcher.getInstance();
354 mKeyboardSwitcher.setLanguageSwitcher(mLanguageSwitcher);
532 mKeyboardSwitcher.recreateInputView();
533 mKeyboardSwitcher.makeKeyboards(true);
534 mKeyboardSwitcher.setKeyboardMode(
537 return mKeyboardSwitcher.getInputView();
542 mKeyboardSwitcher.makeKeyboards(true)
    [all...]
PointerTracker.java 54 private final KeyboardSwitcher mKeyboardSwitcher;
177 mKeyboardSwitcher = KeyboardSwitcher.getInstance();
471 if (mKeyboardSwitcher.isInMomentaryAutoModeSwitchState()) {
Tutorial.java 218 mIme.mKeyboardSwitcher.toggleSymbols();

Completed in 41 milliseconds