Home | History | Annotate | Download | only in calendar

Lines Matching defs:textView

27 import android.widget.TextView;
37 TextView textView;
42 textView = (TextView) view.findViewById(R.id.event_title);
43 textView.setTextColor(color);
76 TextView textView;
82 textView = (TextView) view.findViewById(R.id.event_title);
83 textView.setText(eventName);
98 textView = (TextView) view.findViewById(R.id.when);
99 textView.setText(when);
102 textView = (TextView) view.findViewById(R.id.where);
104 textView.setVisibility(View.GONE);
106 textView.setText(location);