Searched refs:expandedIcon (Results 1 – 4 of 4) sorted by relevance
76 public StatusBarIconView expandedIcon; field in NotificationData.Entry153 expandedIcon = new StatusBarIconView(context, in createIcons()155 expandedIcon.setScaleType(ImageView.ScaleType.CENTER_INSIDE); in createIcons()163 if (!icon.set(ic) || !expandedIcon.set(ic)) { in createIcons()165 expandedIcon = null; in createIcons()168 expandedIcon.setVisibility(View.INVISIBLE); in createIcons()169 expandedIcon.setOnVisibilityChangedListener( in createIcons()180 expandedIcon.setTag(key, tag); in setIconTag()203 expandedIcon.setNotification(sbn); in updateIcons()204 if (!icon.set(ic) || !expandedIcon.set(ic)) { in updateIcons()
362 StatusBarIconView expandedIcon = mEntry.expandedIcon; in updateShelfIconColor() local363 boolean isPreL = Boolean.TRUE.equals(expandedIcon.getTag(R.id.icon_is_pre_L)); in updateShelfIconColor()364 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()376 expandedIcon.setStaticDrawableColor(color); in updateShelfIconColor()
353 StatusBarIconView icon = row.getEntry().expandedIcon;401 StatusBarIconView icon = row.getEntry().expandedIcon;
155 updateIconsForLayout(notificationData, entry -> entry.expandedIcon, mShelfIcons, in updateNotificationIcons()