Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5730 if (isBackgroundColorized(p)) { in bindProfileBadge()
5890 mColors.resolvePalette(mContext, mN.color, isBackgroundColorized(p), mInNightMode); in getColors()
5905 if (isBackgroundColorized(p)) { in updateBackgroundColor()
6196 private boolean isBackgroundColorized(StandardTemplateParams p) { in isBackgroundColorized() method in Notification.Builder
6273 || isBackgroundColorized(p) in bindSnoozeAction()
7144 return mTintActionButtons || isBackgroundColorized(p)