Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java88 private ColorPreference mForegroundOpacity; field in CaptionPropertiesFragment
285 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()
286 mForegroundOpacity.setTitles(opacityTitles); in initializeAllPreferences()
287 mForegroundOpacity.setValues(opacityValues); in initializeAllPreferences()
323 mForegroundOpacity.setOnValueChangedListener(this); in installUpdateListeners()
350 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor); in updateAllPreferences()
428 if (mForegroundColor == preference || mForegroundOpacity == preference) { in onValueChanged()
429 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged()