Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewmodel/
DSingleLineViewModel.kt66 @ColorInt val bottomBackgroundColor: Int constant in com.android.systemui.statusbar.notification.row.ui.viewmodel.FacePile
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridConversationNotificationView.java257 int bottomBackgroundColor = facePileModel.getBottomBackgroundColor(); in setAvatar() local
258 facePileBottomBg.setImageTintList(ColorStateList.valueOf(bottomBackgroundColor)); in setAvatar()
DSingleLineViewInflater.kt335 bottomBackgroundColor = builder.getBackgroundColor(/* isHeader = */ false), in loadConversationAvatar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt429 bottomBackgroundColor != other.bottomBackgroundColor -> false in <lambda>()