Home
last modified time | relevance | path

Searched defs:subtypePref (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeEnablerManager.java105 final InputMethodSubtypePreference subtypePref = (InputMethodSubtypePreference) pref; in onPreferenceChange() local
156 final Preference subtypePref = new InputMethodSubtypePreference( in addInputMethodSubtypePreferences() local
246 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in updateImplicitlyEnabledSubtypesOf() local
H A DInputMethodAndSubtypeEnablerManagerCompat.java106 final InputMethodSubtypePreference subtypePref = (InputMethodSubtypePreference) pref; in onPreferenceChange() local
157 final Preference subtypePref = new InputMethodSubtypePreference( in addInputMethodSubtypePreferences() local
247 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in updateImplicitlyEnabledSubtypesOf() local
H A DInputMethodAndSubtypeUtil.java195 final TwoStatePreference subtypePref = (TwoStatePreference) context in saveInputMethodSubtypeList() local
299 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in loadInputMethodSubtypeList() local
H A DInputMethodAndSubtypeUtilCompat.java195 final TwoStatePreference subtypePref = (TwoStatePreference) context in saveInputMethodSubtypeList() local
299 final TwoStatePreference subtypePref = (TwoStatePreference) pref; in loadInputMethodSubtypeList() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java275 final CustomInputStylePreference subtypePref = (CustomInputStylePreference)pref; in getSubtypes() local