Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java260 && entry.getIcons().getCenteredIcon() != null in shouldShowNotificationIcon()
261 && Objects.equals(entry.getIcons().getCenteredIcon(), mCenteredIconView); in shouldShowNotificationIcon()
341 updateIconsForLayout(entry -> entry.getIcons().getCenteredIcon(), mCenteredIcon, in updateCenterIcon()
527 StatusBarIconView icon = entry == null ? null : entry.getIcons().getCenteredIcon(); in showIconCentered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java95 public StatusBarIconView getCenteredIcon() { in getCenteredIcon() method in IconPack
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java458 final StatusBarIconView centeredIcon = entry.getIcons().getCenteredIcon(); in processAnimationEvents()