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.java70 private int mStrokeAlpha = MAX_BG_OPACITY;
90 private static final int MAX_BG_OPACITY = 225; field in PreviewBackground
224 int alpha = (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBgColor()
299 .ofInt(this, STROKE_ALPHA, MAX_BG_OPACITY / 2, MAX_BG_OPACITY) in animateBackgroundStroke()
423 return (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBackgroundAlpha()