HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundOpacity (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 90 private ColorPreference mBackgroundOpacity;
297 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY);
298 mBackgroundOpacity.setTitles(opacityTitles);
299 mBackgroundOpacity.setValues(opacityValues);
319 mBackgroundOpacity.setOnValueChangedListener(this);
342 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, attrs.backgroundColor);
396 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) {
397 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSetupActivity.java 95 private String mBackgroundOpacity;
247 mBackgroundOpacity = getClosestValue(cs.backgroundColor | 0xffffff, mOpacities);
248 mBackgroundOpacityName = getOpacityName(mBackgroundOpacity);
366 action.setChecked(action.getKey().equals(mBackgroundOpacity));
705 int opacity = Integer.parseInt(mBackgroundOpacity) & 0xff000000;
718 mBackgroundOpacity = backgroundOpacity;
    [all...]

Completed in 65 milliseconds