Home
last modified time | relevance | path

Searched defs:centeredIcon (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconPack.java56 @Nullable StatusBarIconView centeredIcon, in buildPack()
66 @Nullable StatusBarIconView centeredIcon, in IconPack()
H A DIconManager.kt106 val centeredIcon = if (entry.sbn.notification.isMediaNotification) { regex
/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