Searched refs:windowColor (Results 1 – 5 of 5) sorted by relevance
162 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()165 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()310 final int windowColor = attrs.hasWindowColor() ? in updateAllPreferences() local311 attrs.windowColor : CaptionStyle.COLOR_UNSPECIFIED; in updateAllPreferences()312 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
203 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()206 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()359 final int windowColor = attrs.hasWindowColor() ? in updateAllPreferences() local360 attrs.windowColor : CaptionStyle.COLOR_UNSPECIFIED; in updateAllPreferences()361 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
167 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()171 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
322 private void setCaptionsWindowColor(String windowColor) { in setCaptionsWindowColor() argument323 final int color = (int) Long.parseLong(windowColor, 16) & 0x00ffffff; in setCaptionsWindowColor()
178 super.setBackgroundColor(style.windowColor); in setStyle()