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.java350 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