Searched refs:MAX_BG_OPACITY (Results 1 – 1 of 1) sorted by relevance
70 private int mStrokeAlpha = MAX_BG_OPACITY;92 private static final int MAX_BG_OPACITY = 225; field in PreviewBackground205 int alpha = (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBgColor()280 .ofInt(this, STROKE_ALPHA, MAX_BG_OPACITY / 2, MAX_BG_OPACITY) in animateBackgroundStroke()404 return (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBackgroundAlpha()