Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java443 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) { in ensureTextBackgroundColor() argument
444 color = findContrastColor(color, hintColor, false, 3.0); in ensureTextBackgroundColor()