Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java80 private ColorPreference mForegroundOpacity; field in CaptionAppearanceFragment
226 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()
227 mForegroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()
228 mForegroundOpacity.setValues(opacityValues); in initializeAllPreferences()
264 mForegroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()
291 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()
367 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()
368 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java89 private ColorPreference mForegroundOpacity; field in CaptionPropertiesFragment
288 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()
289 mForegroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()
290 mForegroundOpacity.setValues(opacityValues); in initializeAllPreferences()
326 mForegroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()
353 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()
431 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()
432 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()