Lines Matching defs:textView
76 import android.widget.TextView;
197 private TextView mOrganizerView;
346 mOrganizerView = (TextView) findViewById(R.id.organizer);
909 TextView title = (TextView) findViewById(R.id.title);
976 final TextView textView = (TextView) findViewById(R.id.where);
977 if (textView != null) {
978 textView.setAutoLinkMask(0);
979 textView.setText(location);
980 if (!Linkify.addLinks(textView, Linkify.WEB_URLS |
982 Linkify.addLinks(textView, mWildcardPattern, "geo:0,0?q=");
984 textView.setOnTouchListener(new OnTouchListener() {
1010 TextView ownerText = (TextView) findViewById(R.id.owner);
1053 TextView title = (TextView) titleView.findViewById(R.id.name);
1074 TextView tv = (TextView) v.findViewById(R.id.name);
1206 TextView textView = (TextView) findViewById(id);
1207 if (textView == null)
1209 textView.setText(text);