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