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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java509 private static final int MAX_BG_OPACITY = 225; field in class:FolderIcon.PreviewBackground
576 int alpha = (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier);

Completed in 28 milliseconds