Searched refs:subtypePref (Results 1 – 3 of 3) sorted by relevance
146 final InputMethodSubtypePreference subtypePref = (InputMethodSubtypePreference) pref; in onPreferenceChange() local147 subtypePref.setChecked(isChecking); in onPreferenceChange()148 if (!subtypePref.isChecked()) { in onPreferenceChange()196 final Preference subtypePref = new InputMethodSubtypePreference( in addInputMethodSubtypePreferences() local198 subtypePreferences.add(subtypePref); in addInputMethodSubtypePreferences()290 final TwoStatePreference subtypePref = (TwoStatePreference)pref; in updateImplicitlyEnabledSubtypesOf() local291 subtypePref.setChecked(false); in updateImplicitlyEnabledSubtypesOf()295 if (subtypePref.getKey().equals(implicitlyEnabledSubtypePrefKey)) { in updateImplicitlyEnabledSubtypesOf()296 subtypePref.setChecked(true); in updateImplicitlyEnabledSubtypesOf()
205 final TwoStatePreference subtypePref = (TwoStatePreference) context in saveInputMethodSubtypeList() local208 if (subtypePref == null) { in saveInputMethodSubtypeList()224 if (subtypePref.isEnabled() && subtypePref.isChecked()) { in saveInputMethodSubtypeList()309 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in loadInputMethodSubtypeList() local311 subtypePref.setChecked(isEnabled); in loadInputMethodSubtypeList()
275 final CustomInputStylePreference subtypePref = (CustomInputStylePreference)pref; in getSubtypes() local277 if (subtypePref.isIncomplete()) continue; in getSubtypes()278 subtypes.add(subtypePref.getSubtype()); in getSubtypes()