Searched refs:centeredIcon (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconPack.java | 56 @Nullable StatusBarIconView centeredIcon, in buildPack() argument 58 return new IconPack(true, statusBarIcon, shelfIcon, aodIcon, centeredIcon, source); in buildPack() 66 @Nullable StatusBarIconView centeredIcon, in IconPack() argument 71 mCenteredIcon = centeredIcon; in IconPack()
|
H A D | IconManager.kt | 115 val centeredIcon = if (entry.sbn.notification.isMediaNotification) { regex 130 if (centeredIcon != null) { 131 setIcon(entry, normalIconDescriptor, centeredIcon) 133 entry.icons = IconPack.buildPack(sbIcon, shelfIcon, aodIcon, centeredIcon, entry.icons) 171 entry.icons.centeredIcon?.let {
|