Home
last modified time | relevance | path

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

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