Searched refs:bottomBackgroundColor (Results 1 – 4 of 4) sorted by relevance
66 @ColorInt val bottomBackgroundColor: Int constant in com.android.systemui.statusbar.notification.row.ui.viewmodel.FacePile
257 int bottomBackgroundColor = facePileModel.getBottomBackgroundColor(); in setAvatar() local258 facePileBottomBg.setImageTintList(ColorStateList.valueOf(bottomBackgroundColor)); in setAvatar()
335 bottomBackgroundColor = builder.getBackgroundColor(/* isHeader = */ false), in loadConversationAvatar()
429 bottomBackgroundColor != other.bottomBackgroundColor -> false in <lambda>()