Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5242 if (isBackgroundColorized(p)) { in bindProfileBadge()
5394 mColors.resolvePalette(mContext, mN.color, isBackgroundColorized(p), mInNightMode); in getColors()
5400 if (isBackgroundColorized(p)) { in updateBackgroundColor()
5714 private boolean isBackgroundColorized(StandardTemplateParams p) { in isBackgroundColorized() method in Notification.Builder
5768 || isBackgroundColorized(p) in bindSnoozeAction()
6515 return mTintActionButtons || isBackgroundColorized(p)