Searched refs:satisfiesTextContrast (Results 1 – 5 of 5) sorted by relevance
119 ContrastColorUtil.satisfiesTextContrast(Color.WHITE, color)); in testGetContrastedStaticDrawableColor()
533 final boolean satisfiesTextContrast = ContrastColorUtil in calculateDarkHints()535 if (!satisfiesTextContrast && alpha != 0) { in calculateDarkHints()
738 if (!ContrastColorUtil.satisfiesTextContrast(mCachedContrastBackgroundColor, in updateContrastedStaticColor()
613 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast() method in ContrastColorUtil
88632 Lcom/android/internal/util/NotificationColorUtil;->satisfiesTextContrast(II)Z