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/
DCaptionAppearanceFragment.java146 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()
150 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
297 final int windowColor = attrs.hasWindowColor() ? attrs.windowColor in updateAllPreferences() local
299 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()