Searched refs:isHighContrastTextDark (Results 1 – 1 of 1) sorted by relevance
662 return isHighContrastTextDark(mPaint.getColor()) ? BlendMode.MULTIPLY in determineHighContrastHighlightBlendMode()666 private boolean isHighContrastTextDark(@ColorInt int color) { in isHighContrastTextDark() method in Layout1032 bgPaint.setColor(isHighContrastTextDark(originalTextColor) ? Color.WHITE : Color.BLACK); in drawHighContrastBackground()1107 return isHighContrastTextDark(textColor) ? Color.WHITE : Color.BLACK; in drawHighContrastBackground()