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()
127 ContrastColorUtil.satisfiesTextContrast(Color.WHITE, color)); in testGetContrastedStaticDrawableColor()
811 if (!ContrastColorUtil.satisfiesTextContrast(mCachedContrastBackgroundColor, in updateContrastedStaticColor()
701 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast() method in ContrastColorUtil
85309 Lcom/android/internal/util/NotificationColorUtil;->satisfiesTextContrast(II)Z