Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java97 public StatusBarIconView centeredIcon; field in NotificationEntry
344 centeredIcon = null; in createIcons()
358 centeredIcon = new StatusBarIconView(context, in createIcons()
360 centeredIcon.setScaleType(ImageView.ScaleType.CENTER_INSIDE); in createIcons()
362 if (!centeredIcon.set(ic)) { in createIcons()
363 centeredIcon = null; in createIcons()
375 if (centeredIcon != null) { in setIconTag()
376 centeredIcon.setTag(key, tag); in setIconTag()
410 if (centeredIcon != null) { in updateIcons()
411 centeredIcon.setNotification(sbn); in updateIcons()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java121 mCenteredIcon = mCenteredIconArea.findViewById(R.id.centeredIcon); in initializeNotificationAreaViews()
239 && entry.centeredIcon != null in shouldShowNotificationIcon()
240 && Objects.equals(entry.centeredIcon, mCenteredIconView); in shouldShowNotificationIcon()
312 updateIconsForLayout(entry -> entry.centeredIcon, mCenteredIcon, in updateCenterIcon()
490 StatusBarIconView icon = entry == null ? null : entry.centeredIcon; in showIconCentered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java457 if (entry.centeredIcon != null && entry.centeredIcon.getParent() != null) { in processAnimationEvents()
458 icon = entry.centeredIcon; in processAnimationEvents()