Searched refs:isDark (Results 1 – 3 of 3) sorted by relevance
331 public void setIsDark(boolean isDark, boolean animate) { in setIsDark() argument332 mIsDark = isDark; in setIsDark()
491 int backgroundColor, boolean isDark) { in resolveContrastColor() argument492 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor()495 color = ContrastColorUtil.ensureTextContrast(color, backgroundColor, isDark); in resolveContrastColor()
706 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()708 contrastedColor, mCachedContrastBackgroundColor, isDark); in updateContrastedStaticColor()