Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java326 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()
330 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()
334 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
350 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/
DCaptionPropertiesFragment.java353 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