Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeEnabler.java146 final InputMethodSubtypePreference subtypePref = (InputMethodSubtypePreference) pref; in onPreferenceChange() local
147 subtypePref.setChecked(isChecking); in onPreferenceChange()
148 if (!subtypePref.isChecked()) { in onPreferenceChange()
196 final Preference subtypePref = new InputMethodSubtypePreference( in addInputMethodSubtypePreferences() local
198 subtypePreferences.add(subtypePref); in addInputMethodSubtypePreferences()
290 final TwoStatePreference subtypePref = (TwoStatePreference)pref; in updateImplicitlyEnabledSubtypesOf() local
291 subtypePref.setChecked(false); in updateImplicitlyEnabledSubtypesOf()
295 if (subtypePref.getKey().equals(implicitlyEnabledSubtypePrefKey)) { in updateImplicitlyEnabledSubtypesOf()
296 subtypePref.setChecked(true); in updateImplicitlyEnabledSubtypesOf()
DInputMethodAndSubtypeUtil.java205 final TwoStatePreference subtypePref = (TwoStatePreference) context in saveInputMethodSubtypeList() local
208 if (subtypePref == null) { in saveInputMethodSubtypeList()
224 if (subtypePref.isEnabled() && subtypePref.isChecked()) { in saveInputMethodSubtypeList()
309 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in loadInputMethodSubtypeList() local
311 subtypePref.setChecked(isEnabled); in loadInputMethodSubtypeList()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java275 final CustomInputStylePreference subtypePref = (CustomInputStylePreference)pref; in getSubtypes() local
277 if (subtypePref.isIncomplete()) continue; in getSubtypes()
278 subtypes.add(subtypePref.getSubtype()); in getSubtypes()