HomeSort by relevance Sort by last modified time
    Searched defs:KeyboardSwitcher (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 48 public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceChangeListener {
49 private static final String TAG = KeyboardSwitcher.class.getSimpleName();
107 private static final KeyboardSwitcher sInstance = new KeyboardSwitcher();
158 public static KeyboardSwitcher getInstance() {
162 private KeyboardSwitcher() {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 65 import com.android.inputmethod.keyboard.KeyboardSwitcher;
173 private KeyboardSwitcher mKeyboardSwitcher;
281 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher;
494 KeyboardSwitcher.init(this, prefs);
502 mKeyboardSwitcher = KeyboardSwitcher.getInstance();
723 final KeyboardSwitcher switcher = mKeyboardSwitcher;
    [all...]

Completed in 781 milliseconds