Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java40 private Preference mSubtypeEnablerPreference; field in InputMethodSettingsImpl
64 mSubtypeEnablerPreference = new Preference(context); in init()
65 mSubtypeEnablerPreference in init()
83 prefScreen.addPreference(mSubtypeEnablerPreference); in init()
181 if (mSubtypeEnablerPreference != null) { in updateSubtypeEnabler()
183 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes); in updateSubtypeEnabler()
185 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle); in updateSubtypeEnabler()
189 mSubtypeEnablerPreference.setSummary(summary); in updateSubtypeEnabler()
192 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIconRes); in updateSubtypeEnabler()
194 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIcon); in updateSubtypeEnabler()