Searched refs:parseColorOpacity (Results 1 – 1 of 1) sorted by relevance
350 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()354 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()358 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()374 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity() method in CaptionPropertiesFragment