Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java34 private Preference mSubtypeEnablerPreference; field in InputMethodSettingsImpl
61 mSubtypeEnablerPreference = new Preference(context); in init()
62 mSubtypeEnablerPreference.setIntent(intent); in init()
63 prefScreen.addPreference(mSubtypeEnablerPreference); in init()
153 final Preference pref = mSubtypeEnablerPreference; in updateSubtypeEnabler()