Home
last modified time | relevance | path

Searched refs:windowColor (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java162 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()
165 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
310 final int windowColor = attrs.hasWindowColor() ? in updateAllPreferences() local
311 attrs.windowColor : CaptionStyle.COLOR_UNSPECIFIED; in updateAllPreferences()
312 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java203 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()
206 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
359 final int windowColor = attrs.hasWindowColor() ? in updateAllPreferences() local
360 attrs.windowColor : CaptionStyle.COLOR_UNSPECIFIED; in updateAllPreferences()
361 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java167 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()
171 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java322 private void setCaptionsWindowColor(String windowColor) { in setCaptionsWindowColor() argument
323 final int color = (int) Long.parseLong(windowColor, 16) & 0x00ffffff; in setCaptionsWindowColor()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java178 super.setBackgroundColor(style.windowColor); in setStyle()