Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java84 private ColorPreference mBackgroundOpacity; field in CaptionAppearanceFragment
245 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()
246 mBackgroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()
247 mBackgroundOpacity.setValues(opacityValues); in initializeAllPreferences()
267 mBackgroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()
295 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()
371 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged()
372 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java93 private ColorPreference mBackgroundOpacity; field in CaptionPropertiesFragment
307 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()
308 mBackgroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()
309 mBackgroundOpacity.setValues(opacityValues); in initializeAllPreferences()
329 mBackgroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()
357 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()
435 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged()
436 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()