Searched refs:parseColorOpacity (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | CaptionPropertiesFragment.java | 304 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences() 308 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences() 312 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences() 330 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity() method in CaptionPropertiesFragment
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/ |
D | CaptionPropertiesFragment.java | 353 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences() 357 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences() 361 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences() 377 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity() method in CaptionPropertiesFragment
|