Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java85 private ColorPreference mWindowColor; field in CaptionAppearanceFragment
249 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()
250 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()
251 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()
268 mWindowColor.setOnValueChangedListener(this); in installUpdateListeners()
299 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
375 } else if (mWindowColor == preference || mWindowOpacity == preference) { in onValueChanged()
376 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java94 private ColorPreference mWindowColor; field in CaptionPropertiesFragment
311 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()
312 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()
313 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()
330 mWindowColor.setOnValueChangedListener(this); in installUpdateListeners()
361 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
439 } else if (mWindowColor == preference || mWindowOpacity == preference) { in onValueChanged()
440 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged()