Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4742 getPrimaryTextColor(p), PorterDuff.Mode.SRC_ATOP); in bindProfileBadge()
4867 public int getPrimaryTextColor() { in getPrimaryTextColor() method in Notification.Builder
4868 return getPrimaryTextColor(mParams); in getPrimaryTextColor()
4877 public int getPrimaryTextColor(StandardTemplateParams p) { in getPrimaryTextColor() method in Notification.Builder
5027 int color = isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p); in handleProgressBar()
5168 int color = isColorized(p) ? getPrimaryTextColor(p) : getSecondaryTextColor(p); in bindExpandButton()
5388 isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p))); in applyStandardTemplateWithActions()
5714 rippleColor = getPrimaryTextColor(p); in generateActionButton()
5838 color = getPrimaryTextColor(p);
7653 ? 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.txt2534 HSPLandroid/app/Notification$Builder;->getPrimaryTextColor(Landroid/app/Notification$StandardTempla…