Searched refs:toIconInfo (Results 1 – 4 of 4) sorted by relevance
44 entry.toIconInfo(entry.shelfIcon)?.let { info -> in <lambda>()
97 visibleIcons = entries.mapNotNull { it.toIconInfo(it.aodIcon) }, in <lambda>()
107 fun ActiveNotificationModel.toIconInfo(sourceIcon: Icon?): NotificationIconInfo? { in ActiveNotificationModel() method
92 visibleIcons = entries.mapNotNull { it.toIconInfo(it.statusBarIcon) }, in <lambda>()