Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java93 private ColorPreference mWindowColor; field in CaptionPropertiesFragment
308 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()
309 mWindowColor.setTitles(bgColorTitles); in initializeAllPreferences()
310 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()
327 mWindowColor.setOnValueChangedListener(this); in installUpdateListeners()
358 parseColorOpacity(mWindowColor, mWindowOpacity, windowColor); in updateAllPreferences()
436 } else if (mWindowColor == preference || mWindowOpacity == preference) { in onValueChanged()
437 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged()