Home
last modified time | relevance | path

Searched refs:getCenteredIcon (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java288 && entry.getIcons().getCenteredIcon() != null in shouldShowNotificationIcon()
289 && Objects.equals(entry.getIcons().getCenteredIcon(), mCenteredIconView); in shouldShowNotificationIcon()
376 updateIconsForLayout(entry -> entry.getIcons().getCenteredIcon(), mCenteredIcon, in updateCenterIcon()
562 StatusBarIconView icon = entry == null ? null : entry.getIcons().getCenteredIcon(); in showIconCentered()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconPack.java95 public StatusBarIconView getCenteredIcon() { in getCenteredIcon() method in IconPack
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java439 final StatusBarIconView centeredIcon = entry.getIcons().getCenteredIcon(); in processAnimationEvents()