Home | History | Annotate | Download | only in music

Lines Matching refs:ImageView

58 import android.widget.ImageView;
563 ImageView play_indicator;
564 ImageView icon;
630 ImageView iv = (ImageView) v.findViewById(R.id.icon);
637 vh.play_indicator = (ImageView) v.findViewById(R.id.play_indicator);
638 vh.icon = (ImageView) v.findViewById(R.id.icon);
651 vh.play_indicator = (ImageView) v.findViewById(R.id.play_indicator);
652 vh.icon = (ImageView) v.findViewById(R.id.icon);
730 ImageView iv = vh.icon;