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/
DCaptionPropertiesFragment.java85 private ColorPreference mForegroundOpacity; field in CaptionPropertiesFragment
238 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()
239 mForegroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()
240 mForegroundOpacity.setValues(opacityValues); in initializeAllPreferences()
276 mForegroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()
304 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()
384 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()
385 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()