Searched refs:mSubtypeEnablerPreference (Results 1 – 1 of 1) sorted by relevance
40 private Preference mSubtypeEnablerPreference; field in InputMethodSettingsImpl64 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()