Searched refs:hintColor (Results 1 – 1 of 1) sorted by relevance
443 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) { in ensureTextBackgroundColor() argument444 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor()