Home
last modified time | relevance | path

Searched defs:getMutedColor (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DIconPalette.java151 public static int getMutedColor(int color, float whiteScrimAlpha) { in getMutedColor() method in IconPalette
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java589 public static int getMutedColor(int color, float alpha) { in getMutedColor() method in ContrastColorUtil