Home
last modified time | relevance | path

Searched refs:getPrimaryTextColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java858 assertEquals(cDay.getPrimaryTextColor(), cNight.getPrimaryTextColor()); in validateColorizedPaletteForColor()
1810 assertThat(c.getPrimaryTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
1824 assertContrastIsAtLeast(c.getPrimaryTextColor(), c.getBackgroundColor(), 4.5); in assertValid()
/frameworks/base/core/java/android/app/
DNotification.java5732 getPrimaryTextColor(p), PorterDuff.Mode.SRC_ATOP); in bindProfileBadge()
5861 contentView.setTextColor(id, getPrimaryTextColor(p)); in setTextViewColorPrimary()
5870 public @ColorInt int getPrimaryTextColor(StandardTemplateParams p) { in getPrimaryTextColor() method in Notification.Builder
5871 return getColors(p).getPrimaryTextColor(); in getPrimaryTextColor()
6060 int textColor = Colors.flattenAlpha(getPrimaryTextColor(p), pillColor); in bindExpandButton()
9260 mBuilder.getPrimaryTextColor(p)); in makeMessagingView()
13842 public @ColorInt int getPrimaryTextColor() { in getPrimaryTextColor() method in Notification.Builder.Colors
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7630 Landroid/app/Notification$Builder;->getPrimaryTextColor()I