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