Searched refs:getContrastColor (Results 1 – 2 of 2) sorted by relevance
780 assertEquals(cDay.getContrastColor(), cNight.getContrastColor()); in validateColorizedPaletteForColor()1650 assertThat(c.getContrastColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()1659 assertContrastIsAtLeast(c.getContrastColor(), c.getBackgroundColor(), 4.5); in assertValid()
6524 return getColors(p).getContrastColor();12924 public @ColorInt int getContrastColor() { in getContrastColor() method in Notification.Builder.Colors