Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
DLanguageSwitcherProxy.java30 public class LanguageSwitcherProxy implements SharedPreferences.OnSharedPreferenceChangeListener { class
31 private static final LanguageSwitcherProxy sInstance = new LanguageSwitcherProxy();
36 public static LanguageSwitcherProxy getInstance() { in getInstance()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputMethodServiceCompatWrapper.java26 import com.android.inputmethod.deprecated.LanguageSwitcherProxy;
91 LanguageSwitcherProxy.getInstance().setLocale(subtype.getLocale()); in notifyOnCurrentInputMethodSubtypeChanged()
DInputMethodManagerCompatWrapper.java32 import com.android.inputmethod.deprecated.LanguageSwitcherProxy;
86 private LanguageSwitcherProxy mLanguageSwitcherProxy;
102 sInstance.mLanguageSwitcherProxy = LanguageSwitcherProxy.getInstance(); in init()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java61 import com.android.inputmethod.deprecated.LanguageSwitcherProxy;
459 LanguageSwitcherProxy.init(this, prefs); in onCreate()
635 LanguageSwitcherProxy.onConfigurationChanged(conf); in onConfigurationChanged()
740 LanguageSwitcherProxy.loadSettings(); in onStartInputViewInternal()