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

/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java91 private ColorPreference mBackgroundOpacity; field in class:CaptionPropertiesFragment
303 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY);
304 mBackgroundOpacity.setTitles(opacityTitles);
305 mBackgroundOpacity.setValues(opacityValues);
325 mBackgroundOpacity.setOnValueChangedListener(this);
353 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor);
431 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) {
432 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSetupActivity.java89 private String mBackgroundOpacity; field in class:CaptionSetupActivity
240 mBackgroundOpacity = getClosestValue(cs.backgroundColor | 0xffffff, mOpacities);
241 mBackgroundOpacityName = getOpacityName(mBackgroundOpacity);
359 action.setChecked(action.getKey().equals(mBackgroundOpacity));
698 int opacity = Integer.parseInt(mBackgroundOpacity) & 0xff000000;
711 mBackgroundOpacity = backgroundOpacity;

Completed in 132 milliseconds