Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4612 getPrimaryTextColor(p), PorterDuff.Mode.SRC_ATOP); in bindProfileBadge()
4737 public int getPrimaryTextColor() { in getPrimaryTextColor() method in Notification.Builder
4738 return getPrimaryTextColor(mParams); in getPrimaryTextColor()
4747 public int getPrimaryTextColor(StandardTemplateParams p) { in getPrimaryTextColor() method in Notification.Builder
4897 int color = isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p); in handleProgressBar()
5038 int color = isColorized(p) ? getPrimaryTextColor(p) : getSecondaryTextColor(p); in bindExpandButton()
5257 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()
/frameworks/base/config/
Dboot-image-profile.txt40976 HSPLandroid/app/Notification$Builder;->getPrimaryTextColor(Landroid/app/Notification$StandardTempla…
Dhiddenapi-greylist-max-o.txt7633 Landroid/app/Notification$Builder;->getPrimaryTextColor()I