D | NotificationIconsViewData.kt | 98 val sourceIcon: Icon, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.NotificationIconInfo 107 fun ActiveNotificationModel.toIconInfo(sourceIcon: Icon?): NotificationIconInfo? { in ActiveNotificationModel() 108 return sourceIcon?.let { in ActiveNotificationModel() 111 sourceIcon = sourceIcon, in ActiveNotificationModel() 120 get() = IconGroupInfo(sourceIcon, groupKey) 123 val sourceIcon: Icon, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.IconGroupInfo 134 return sourceIcon.sameAs(other.sourceIcon) in equals() 139 result = 31 * result + sourceIcon.type.hashCode() in hashCode() 140 when (sourceIcon.type) { in hashCode() 143 result = 31 * result + sourceIcon.bitmap.hashCode() in hashCode() [all …]
|