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/ |
D | CaptionCustomFragment.java | 305 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/ |
D | SettingsCompat.java | 107 public static final String ACCESSIBILITY_CAPTIONING_WINDOW_COLOR = field in SettingsCompat
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | CaptioningWindowOpacityControllerTest.java | 87 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0x80FFFFFF); in getSummary_halfTransparentValue_shouldReturnHalfTransparent()
|
D | CaptioningWindowColorControllerTest.java | 90 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, 0xFFFF0000); in getSummary_redValue_shouldReturnRed()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | CaptioningPreviewPreferenceController.java | 50 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR,
|
D | CaptionHelper.java | 149 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color); in setWindowColor()
|