Searched refs:ensureContrast (Results 1 – 4 of 4) sorted by relevance
422 return ensureContrast(color, bg, isBgDarker, 4.5); in ensureTextContrast()434 public static int ensureContrast(int color, int bg, boolean isBgDarker, double minRatio) { in ensureContrast() method in ContrastColorUtil
2457 public void setStatusBarContrastEnforced(boolean ensureContrast) { in setStatusBarContrastEnforced() argument
839 int strokeColor = ContrastColorUtil.ensureContrast( in setBackgroundTintColor()
3813 public void setStatusBarContrastEnforced(boolean ensureContrast) {3814 mEnsureStatusBarContrastWhenTransparent = ensureContrast;