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 D | CaptionCustomFragment.java | 217 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 D | CaptioningManager.java | 149 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 D | SecureSettings.java | 58 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR,
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | CaptionAppearanceFragment.java | 381 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, merged); in onValueChanged()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 90 VALIDATORS.put(Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, ANY_INTEGER_VALIDATOR); in VALIDATORS.put() argument
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 7556 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 D | SettingsProtoDumpUtil.java | 1733 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, in dumpProtoSecureSettingsLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 45889 Landroid/provider/Settings$Secure;->ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR:Ljava/lang/String;
|