Searched refs:BG_OPACITY (Results 1 – 1 of 1) sorted by relevance
93 private static final int BG_OPACITY = 255; field in PreviewBackground230 int alpha = (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBgColor()447 return (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBackgroundAlpha()