Searched refs:mForegroundOpacity (Results 1 – 1 of 1) sorted by relevance
88 private ColorPreference mForegroundOpacity; field in CaptionPropertiesFragment285 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()