Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java91 private static final int BG_OPACITY = 160; field in PreviewBackground
205 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()