Searched refs:centeredIcon (Results 1 – 3 of 3) sorted by relevance
97 public StatusBarIconView centeredIcon; field in NotificationEntry344 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 …]
121 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()
457 if (entry.centeredIcon != null && entry.centeredIcon.getParent() != null) { in processAnimationEvents()458 icon = entry.centeredIcon; in processAnimationEvents()