Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_CAPTIONING_WINDOW_COLOR (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java305 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0) & 0xff000000) != 0; in isCaptionsWindowVisible()
310 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, visible ? 0xff000000 : 0); in setCaptionsWindowVisible()
319 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0) & 0x00ffffff); in getCaptionsWindowColor()
325 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0xff000000) & 0xff000000; in setCaptionsWindowColor()
327 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color | alpha); in setCaptionsWindowColor()
332 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0) & 0xff000000); in getCaptionsWindowOpacity()
337 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0) & 0x00ffffff; in setCaptionsWindowOpacity()
340 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color | alpha); in setCaptionsWindowOpacity()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DSettingsCompat.java107 public static final String ACCESSIBILITY_CAPTIONING_WINDOW_COLOR = field in SettingsCompat
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptioningWindowOpacityControllerTest.java87 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0x80FFFFFF); in getSummary_halfTransparentValue_shouldReturnHalfTransparent()
DCaptioningWindowColorControllerTest.java90 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0xFFFF0000); in getSummary_redValue_shouldReturnRed()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningPreviewPreferenceController.java50 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR,
DCaptionHelper.java149 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color); in setWindowColor()