Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java217 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, 0) & 0x00ffffff); in getCaptionsTextColor()
223 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, 0xff000000) & 0xff000000; in setCaptionsTextColor()
225 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, color | alpha); in setCaptionsTextColor()
230 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, 0) & 0xff000000); in getCaptionsTextOpacity()
235 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, 0) & 0x00ffffff; in setCaptionsTextOpacity()
238 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, color | alpha); in setCaptionsTextOpacity()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java149 registerObserver(Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR); in addCaptioningChangeListener()
479 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor); in getCustomStyle()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java58 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR,
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionAppearanceFragment.java381 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, merged); in onValueChanged()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java90 VALIDATORS.put(Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, ANY_INTEGER_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java7556 public static final String ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR = field in Settings.Secure
10300 INSTANT_APP_SETTINGS.add(ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR);
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java1733 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, in dumpProtoSecureSettingsLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45889 Landroid/provider/Settings$Secure;->ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR:Ljava/lang/String;