Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconPalette.java112 return findContrastColor(color, bg, 4.5); in ensureTextContrast()
125 private static int findContrastColor(int fg, int bg, double minRatio) { in findContrastColor() method in IconPalette