Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java56 @Nullable StatusBarIconView centeredIcon, in buildPack()
66 @Nullable StatusBarIconView centeredIcon, in IconPack()
DIconManager.kt111 val centeredIcon = if (entry.sbn.notification.isMediaNotification) { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java458 final StatusBarIconView centeredIcon = entry.getIcons().getCenteredIcon(); in processAnimationEvents() local