Home
last modified time | relevance | path

Searched refs:MAX_BG_OPACITY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java74 private int mStrokeAlpha = MAX_BG_OPACITY;
94 private static final int MAX_BG_OPACITY = 255; field in PreviewBackground
230 int alpha = (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBgColor()
315 .ofInt(this, STROKE_ALPHA, MAX_BG_OPACITY / 2, MAX_BG_OPACITY) in animateBackgroundStroke()
447 return (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBackgroundAlpha()