Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconPalette.java151 public static int getMutedColor(int color, float whiteScrimAlpha) { in getMutedColor() argument
152 int whiteScrim = setColorAlphaBound(Color.WHITE, (int) (255 * whiteScrimAlpha)); in getMutedColor()