Searched defs:hintColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java382 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) { argument
383 color = findContrastColor(color, hintColor, false, 3.0);

Completed in 28 milliseconds