Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4604 getPrimaryTextColor(p), PorterDuff.Mode.SRC_ATOP); in bindProfileBadge()
4729 public int getPrimaryTextColor() { in getPrimaryTextColor() method in Notification.Builder
4730 return getPrimaryTextColor(mParams); in getPrimaryTextColor()
4739 public int getPrimaryTextColor(StandardTemplateParams p) { in getPrimaryTextColor() method in Notification.Builder
4889 int color = isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p); in handleProgressBar()
5030 int color = isColorized(p) ? getPrimaryTextColor(p) : getSecondaryTextColor(p); in bindExpandButton()
5249 isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p))); in applyStandardTemplateWithActions()
5583 rippleColor = getPrimaryTextColor(p); in generateActionButton()
5707 color = getPrimaryTextColor(p);
7411 mBuilder.isColorized(p) ? mBuilder.getPrimaryTextColor(p) in makeMessagingView()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java112 int primaryTextColor = builder.getPrimaryTextColor(builder.mParams); in testColorSatisfiedWhenBgDarkTextDarker()