Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/
DCarVolumeItem.java35 private Drawable mSupplementalIcon; field in CarVolumeItem
84 mSupplementalIcon = drawable; in setSupplementalIcon()
113 private ImageView mSupplementalIcon; field in CarVolumeItem.CarVolumeItemViewHolder
120 mSupplementalIcon = itemView.findViewById(R.id.supplemental_icon); in CarVolumeItemViewHolder()
142 mSupplementalIcon.setVisibility(View.VISIBLE); in bind()
145 mSupplementalIcon.setImageDrawable(carVolumeItem.mSupplementalIcon); in bind()
146 mSupplementalIcon.setOnClickListener( in bind()
148 mSupplementalIcon.setClickable( in bind()
158 if (mSupplementalIcon != null && mSupplementalIcon.getDrawable() != null) { in setIconDrawableColor()
159 Drawable supplementalIconDrawable = mSupplementalIcon.getDrawable(); in setIconDrawableColor()
[all …]