Lines Matching refs:textView
36 TextView textView; in bindView() local
41 textView = (TextView) view.findViewById(R.id.event_title); in bindView()
42 textView.setTextColor(color); in bindView()
75 TextView textView; in updateView() local
81 textView = (TextView) view.findViewById(R.id.event_title); in updateView()
82 textView.setText(eventName); in updateView()
97 textView = (TextView) view.findViewById(R.id.when); in updateView()
98 textView.setText(when); in updateView()
101 textView = (TextView) view.findViewById(R.id.where); in updateView()
103 textView.setVisibility(View.GONE); in updateView()
105 textView.setText(location); in updateView()