Searched refs:textView (Results 1 - 22 of 22) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DAlertAdapter.java37 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
[all...]
H A DEventInfoActivity.java976 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() {
1206 TextView textView = (TextView) findViewById(id);
1207 if (textView == null)
1209 textView
[all...]
H A DSelectCalendarsAdapter.java282 TextView textView = (TextView) view.findViewById(id);
283 textView.setText(text);
/packages/apps/Settings/src/com/android/settings/
H A DProgressCategory.java38 View textView = view.findViewById(R.id.scanning_text);
42 textView.setVisibility(visibility);
H A DProxySelector.java255 TextView textView = (TextView) v;
256 Selection.selectAll((Spannable) textView.getText());
H A DActivityPicker.java308 TextView textView = (TextView) convertView;
309 textView.setText(item.label);
310 textView.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutsAdapter.java52 final TextView textView = (TextView) convertView;
53 textView.setCompoundDrawablesWithIntrinsicBounds(null,
55 textView.setText(info.title);
H A DAddAdapter.java94 TextView textView = (TextView) convertView;
95 textView.setTag(item);
96 textView.setText(item.text);
97 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
H A DAllApps2D.java105 final TextView textView = (TextView) convertView;
111 textView.setCompoundDrawablesWithIntrinsicBounds(null, new BitmapDrawable(info.iconBitmap), null, null);
112 textView.setText(info.title);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTutorial.java70 TextView textView; field in class:Tutorial.Bubble
92 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
93 textView.setBackgroundDrawable(bubbleBackground);
94 textView.setText(text);
95 //textView.setText(textResource1);
96 window.setContentView(textView);
128 int textHeight = chooseSize(window, inputView, text, textView);
129 offy -= textView.getPaddingTop() + textHeight;
135 textView.setOnTouchListener(new View.OnTouchListener() {
150 textView
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java91 TextView textView; field in class:TutorialEN.Bubble
125 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
126 textView.setBackgroundDrawable(bubbleBackground);
127 textView.setText(text);
129 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
131 window.setContentView(textView);
163 int textHeight = chooseSize(window, inputView, text, textView);
164 offy -= textView.getPaddingTop() + textHeight;
170 textView.setOnTouchListener(new View.OnTouchListener() {
195 textView
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java559 TextView textView;
586 textView = (TextView) layout.getChildAt(mFullViewWordCount);
587 if (textView == null) {
588 textView = createCandidateView();
589 textView.setLayoutParams(params);
591 mViewCandidateList2nd.addView(textView);
593 mViewCandidateList2nd.updateViewLayout(textView, params);
598 mFullViewPrevView = textView;
625 textView = (TextView) lineView.getChildAt(mNormalViewWordCountOfLine);
637 textView
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java93 TextView textView; field in class:TutorialJAJP.Bubble
127 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
128 textView.setBackgroundDrawable(bubbleBackground);
129 textView.setText(text);
131 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
133 window.setContentView(textView);
165 int textHeight = chooseSize(window, inputView, text, textView);
166 offy -= textView.getPaddingTop() + textHeight;
172 textView.setOnTouchListener(new View.OnTouchListener() {
198 textView
[all...]
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/
H A DSyncActivityTooManyDeletes.java79 TextView textView = new TextView(this);
82 textView.setText(String.format(tooManyDeletesDescFormat.toString(),
89 ll.addView(textView, lp);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClock.java274 TextView textView = (TextView) v.findViewById(R.id.header_time);
275 textView.setText(time);
276 textView = (TextView) v.findViewById(R.id.header_label);
277 textView.setText(alarm.label);
/packages/apps/Contacts/src/com/android/contacts/ui/widget/
H A DGenericEditorView.java339 final TextView textView = (TextView)convertView;
340 textView.setText(type.labelRes);
341 return textView;
/packages/apps/Phone/src/com/android/phone/
H A DSimContacts.java333 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
334 if (textView != null) {
335 menu.setHeaderTitle(textView.getText());
H A DEditFdnContactScreen.java402 TextView textView = (TextView) v;
403 Selection.selectAll((Spannable) textView.getText());
/packages/apps/Contacts/src/com/android/contacts/
H A DViewContactActivity.java1353 private void setMaxLines(TextView textView, int maxLines) { argument
1355 textView.setSingleLine(true);
1356 textView.setEllipsize(TextUtils.TruncateAt.END);
1358 textView.setSingleLine(false);
1359 textView.setMaxLines(maxLines);
1360 textView.setEllipsize(null);
H A DContactsListActivity.java3260 private void buildDisplayNameWithHighlighting(TextView textView, Cursor cursor, argument
3272 textView.setText(textWithHighlighting);
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java732 TextView textView;
738 textView = (TextView) msglistItem.findViewById(R.id.text_view);
739 if (textView != null) {
740 text = textView.getText();
741 selStart = textView.getSelectionStart();
742 selEnd = textView.getSelectionEnd();
747 textView = (TextView) msglistItem.findViewById(R.id.body_text_view);
748 if (textView != null) {
749 text = textView.getText();
750 selStart = textView
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java385 TextView textView = (TextView) d.findViewById(
387 textView.setText(image.getTitle());

Completed in 248 milliseconds