Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DCompactMessagingLayout.java55 private int mNotificationBackgroundColor; field in CompactMessagingLayout
122 mNotificationBackgroundColor = color; in setNotificationBackgroundColor()
191 facePileBottomBg.setImageTintList(ColorStateList.valueOf(mNotificationBackgroundColor)); in setGroupFacePileAsync()
DConversationLayout.java132 private int mNotificationBackgroundColor; field in ConversationLayout
1076 mNotificationBackgroundColor = color; in setNotificationBackgroundColor()
1081 view.setImageTintList(ColorStateList.valueOf(mNotificationBackgroundColor)); in applyNotificationBackgroundColor()