Searched defs:opacity (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java352 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { argument
363 opacity.setValue(opacityValue | 0xFFFFFF);
366 private int mergeColorOpacity(ColorPreference color, ColorPreference opacity) { argument
368 final int opacityValue = opacity.getValue();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSetupActivity.java655 int opacity = Integer.parseInt(mTextOpacity) & 0xff000000;
658 opacity | mTextColor);
682 int opacity = mWindowEnabled ? Integer.parseInt(mWindowOpacity) & 0xff000000 : 0;
685 opacity | mWindowColor);
705 int opacity = Integer.parseInt(mBackgroundOpacity) & 0xff000000;
708 opacity | mBackgroundColor);
752 private String getOpacityName(String opacity) { argument
753 int x = indexOf(mOpacities, opacity);

Completed in 34 milliseconds