Home
last modified time | relevance | path

Searched defs:opacity (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionPreviewFragment.java216 int opacity = Integer.parseInt(textOpacity); in livePreviewTextOpacity() local
229 int opacity = Integer.parseInt(bgOpacity); in livePreviewBackgroundOpacity() local
252 int opacity = mWindowColor & 0xff000000; in livePreviewWindowColor() local
261 int opacity = Integer.parseInt(windowOpacity); in livePreviewWindowOpacity() local
DCaptionSetupActivity.java655 int opacity = Integer.parseInt(mTextOpacity) & 0xff000000; in updateCaptioningTextColor() local
682 int opacity = mWindowEnabled ? Integer.parseInt(mWindowOpacity) & 0xff000000 : 0; in updateCaptioningWindowColor() local
705 int opacity = Integer.parseInt(mBackgroundOpacity) & 0xff000000; in updateCaptioningBackgroundColor() local
752 private String getOpacityName(String opacity) { in getOpacityName()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java352 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity()
366 private int mergeColorOpacity(ColorPreference color, ColorPreference opacity) { in mergeColorOpacity()