Home
last modified time | relevance | path

Searched refs:getSecondaryTextColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java114 int secondaryTextColor = builder.getSecondaryTextColor(builder.mParams); in testColorSatisfiedWhenBgDarkTextDarker()
/frameworks/base/core/java/android/app/
DNotification.java4749 public int getSecondaryTextColor() { in getSecondaryTextColor() method in Notification.Builder
4750 return getSecondaryTextColor(mParams); in getSecondaryTextColor()
4759 public int getSecondaryTextColor(StandardTemplateParams p) { in getSecondaryTextColor() method in Notification.Builder
5030 int color = isColorized(p) ? getPrimaryTextColor(p) : getSecondaryTextColor(p); in bindExpandButton()
5134 contentView.setTextColor(R.id.app_name_text, getSecondaryTextColor(p)); in bindHeaderAppName()
6040 return getSecondaryTextColor(p);
7416 mBuilder.getSecondaryTextColor(p)); in makeMessagingView()