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