Searched refs:expandedIcon (Results 1 – 7 of 7) sorted by relevance
97 public StatusBarIconView expandedIcon; field in NotificationEntry349 expandedIcon = new StatusBarIconView(context, in createIcons()351 expandedIcon.setScaleType(ImageView.ScaleType.CENTER_INSIDE); in createIcons()361 if (!icon.set(ic) || !expandedIcon.set(ic)) { in createIcons()363 expandedIcon = null; in createIcons()367 expandedIcon.setVisibility(View.INVISIBLE); in createIcons()368 expandedIcon.setOnVisibilityChangedListener( in createIcons()391 expandedIcon.setTag(key, tag); in setIconTag()419 expandedIcon.setNotification(sbn); in updateIcons()420 if (!icon.set(ic) || !expandedIcon.set(ic)) { in updateIcons()
360 StatusBarIconView icon = expandableRow.getEntry().expandedIcon; in updateAppearance()453 StatusBarIconView icon = row.getEntry().expandedIcon;465 StatusBarIconView icon = row.getEntry().expandedIcon;550 StatusBarIconView icon = row.getEntry().expandedIcon;640 StatusBarIconView icon = row.getEntry().expandedIcon;697 StatusBarIconView icon = row.getEntry().expandedIcon;
235 if (entry == null || entry.expandedIcon == null) { in getMediaIcon()239 return entry.expandedIcon.getSourceIcon(); in getMediaIcon()
347 assertEquals(50, -mGroupRow.getEntry().expandedIcon.getScrollX()); in testIconScrollXAfterTranslationAndReset()350 assertEquals(0, mGroupRow.getEntry().expandedIcon.getScrollX()); in testIconScrollXAfterTranslationAndReset()
617 StatusBarIconView expandedIcon = mEntry.expandedIcon; in updateShelfIconColor() local618 boolean isPreL = Boolean.TRUE.equals(expandedIcon.getTag(R.id.icon_is_pre_L)); in updateShelfIconColor()619 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()631 expandedIcon.setStaticDrawableColor(color); in updateShelfIconColor()1873 getEntry().expandedIcon.setScrollX(0);1953 getEntry().expandedIcon.setScrollX((int) -translationX);
243 updateIconsForLayout(entry -> entry.expandedIcon, mShelfIcons, in updateShelfIcons()
241 mEntry.expandedIcon = mock(StatusBarIconView.class); in setUp()