Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconPack.java56 @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 DIconManager.kt106 val centeredIcon = if (entry.sbn.notification.isMediaNotification) { regex
121 if (centeredIcon != null) {
122 setIcon(entry, normalIconDescriptor, centeredIcon)
124 entry.icons = IconPack.buildPack(sbIcon, shelfIcon, aodIcon, centeredIcon, entry.icons)
162 entry.icons.centeredIcon?.let {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java439 final StatusBarIconView centeredIcon = entry.getIcons().getCenteredIcon(); in processAnimationEvents() local
440 if (centeredIcon != null && centeredIcon.getParent() != null) { in processAnimationEvents()
441 icon = centeredIcon; in processAnimationEvents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java163 mCenteredIcon = mCenteredIconArea.findViewById(R.id.centeredIcon); in initializeNotificationAreaViews()