Searched defs:opacity (Results 1 – 7 of 7) sorted by relevance
78 int opacity = (int) (255 * 0.1); in onDrawShadow() local
350 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity()372 private int mergeColorOpacity(ColorPreference color, ColorPreference opacity) { in mergeColorOpacity()
377 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { in parseColorOpacity()399 private int mergeColorOpacity(ColorPreference color, ColorPreference opacity) { in mergeColorOpacity()
631 int opacity = (data[pos] & 0xc0) >> 6; in parseC1() local687 int opacity = (data[pos] & 0xc0) >> 6; in parseC1() local
142 public final int opacity; field in Cea708Data.CaptionColor147 public CaptionColor(int opacity, int red, int green, int blue) { in CaptionColor()
343 private String opacityToString(int opacity) { in opacityToString()
576 public void setOpacity(int opacity) { in setOpacity()