Home | History | Annotate | Download | only in music

Lines Matching refs:TextView

62 import android.widget.TextView;
1351 TextView line1;
1352 TextView line2;
1353 TextView duration;
1457 vh.line1 = (TextView) v.findViewById(R.id.line1);
1458 vh.line2 = (TextView) v.findViewById(R.id.line2);
1459 vh.duration = (TextView) v.findViewById(R.id.duration);