Searched refs:subtypePref (Results 1 – 3 of 3) sorted by relevance
106 final InputMethodSubtypePreference subtypePref = (InputMethodSubtypePreference) pref; in onPreferenceChange() local107 subtypePref.setChecked(isChecking); in onPreferenceChange()108 if (!subtypePref.isChecked()) { in onPreferenceChange()157 final Preference subtypePref = new InputMethodSubtypePreference( in addInputMethodSubtypePreferences() local159 subtypePreferences.add(subtypePref); in addInputMethodSubtypePreferences()247 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in updateImplicitlyEnabledSubtypesOf() local248 subtypePref.setChecked(false); in updateImplicitlyEnabledSubtypesOf()251 if (subtypePref.getKey().equals(implicitlyEnabledSubtypePrefKey)) { in updateImplicitlyEnabledSubtypesOf()252 subtypePref.setChecked(true); in updateImplicitlyEnabledSubtypesOf()
195 final TwoStatePreference subtypePref = (TwoStatePreference) context in saveInputMethodSubtypeList() local198 if (subtypePref == null) { in saveInputMethodSubtypeList()214 if (subtypePref.isEnabled() && subtypePref.isChecked()) { in saveInputMethodSubtypeList()299 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in loadInputMethodSubtypeList() local301 subtypePref.setChecked(isEnabled); in loadInputMethodSubtypeList()
238 final TwoStatePreference subtypePref = (TwoStatePreference) fragment in saveInputMethodSubtypeListForUserInternal() local241 if (subtypePref == null) { in saveInputMethodSubtypeListForUserInternal()257 if (subtypePref.isEnabled() && subtypePref.isChecked()) { in saveInputMethodSubtypeListForUserInternal()342 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in loadInputMethodSubtypeList() local344 subtypePref.setChecked(isEnabled); in loadInputMethodSubtypeList()