Home | History | Annotate | Download | only in music

Lines Matching defs:vv

165         View vv = v.findViewById(R.id.artistname);
166 if (vv != null) return (TextView) vv;
167 vv = v.findViewById(R.id.albumname);
168 if (vv != null) return (TextView) vv;
169 vv = v.findViewById(R.id.trackname);
170 if (vv != null) return (TextView) vv;