Home | History | Annotate | Download | only in dialer

Lines Matching refs:TextView

21 import android.widget.TextView;
29 public final TextView nameView;
32 public final TextView callTypeAndDate;
33 public final TextView labelView;
35 private PhoneCallDetailsViews(TextView nameView, View callTypeView,
36 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView labelView) {
52 return new PhoneCallDetailsViews((TextView) view.findViewById(R.id.name),
55 (TextView) view.findViewById(R.id.call_count_and_date),
56 (TextView) view.findViewById(R.id.label));
61 new TextView(context),
64 new TextView(context),
65 new TextView(context));