Lines Matching full:icon
285 menu.add(0, PARTY_SHUFFLE, 0, R.string.party_shuffle); // icon will be set in onPrepareOptionsMenu()
580 ImageView icon;
643 ImageView iv = (ImageView) v.findViewById(R.id.icon);
651 vh.icon = (ImageView) v.findViewById(R.id.icon);
652 vh.icon.setPadding(0, 0, 1, 0);
665 vh.icon = (ImageView) v.findViewById(R.id.icon);
666 vh.icon.setBackgroundDrawable(mDefaultAlbumIcon);
667 vh.icon.setPadding(0, 0, 1, 0);
741 ImageView iv = vh.icon;