Home
last modified time | relevance | path

Searched refs:newFontValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accessibility/
H A DCaptionsTextSizeListPreferenceController.java83 float newFontValue = Float.parseFloat((String) newValue); in handlePreferenceChanged() local
85 Settings.Secure.ACCESSIBILITY_CAPTIONING_FONT_SCALE, newFontValue); in handlePreferenceChanged() local
H A DCaptionsTextStyleListPreferenceController.java84 int newFontValue = Integer.parseInt((String) newValue); in handlePreferenceChanged() local
86 Settings.Secure.ACCESSIBILITY_CAPTIONING_PRESET, newFontValue); in handlePreferenceChanged() local