Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java70 private final Drawable mCollapseDrawable; field in GroupNotificationViewHolder
140 mCollapseDrawable = getContext().getDrawable(R.drawable.expand_less); in GroupNotificationViewHolder()
308 mToggleIcon.setImageDrawable(isExpanded ? mCollapseDrawable : mExpandDrawable); in updateExpansionIcon()