Searched refs:minRatio (Results 1 – 1 of 1) sorted by relevance
125 private static int findContrastColor(int fg, int bg, double minRatio) { in findContrastColor() argument126 if (ColorUtils.calculateContrast(fg, bg) >= minRatio) { in findContrastColor()142 if (ColorUtils.calculateContrast(fg, bg) > minRatio) { in findContrastColor()