Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java341 parseColorOpacity(mForegroundColor, mForegroundOpacity, attrs.foregroundColor); in updateAllPreferences()
342 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, attrs.backgroundColor); in updateAllPreferences()
343 parseColorOpacity(mWindowColor, mWindowOpacity, attrs.windowColor); in updateAllPreferences()
352 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity() method in CaptionPropertiesFragment