Searched refs:text2 (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Calendar/src/com/android/calendar/
H A DEmailAddressAdapter.java57 TextView text2 = (TextView)view.findViewById(R.id.text2);
59 text2.setText(emailAddress);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDefaultSuggestionView.java71 mText2 = (TextView) findViewById(R.id.text2);
91 CharSequence text2 = suggestion.getSuggestionText2Url();
92 if (text2 != null) {
93 text2 = formatUrl(text2);
95 text2 = formatText(suggestion.getSuggestionText2(), suggestion);
98 if (TextUtils.isEmpty(text2)) {
108 setText2(text2);
113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2
[all...]
H A DBaseSuggestionView.java58 mText2 = (TextView) findViewById(R.id.text2);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt);
645 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
647 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
651 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
653 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
657 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
659 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
663 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_on));
665 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
669 text2
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DSelectAccountDialogFragment.java62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2);
67 text2.setText("Type: " + account.type);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountsListAdapter.java90 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2);
100 text2.setText(account.name);
101 text2.setEllipsize(TruncateAt.MIDDLE);
H A DAccountSelectionUtil.java119 final TextView text2 =
120 (TextView)convertView.findViewById(android.R.id.text2);
128 text2.setText(accountType.getDisplayLabel(context));
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactListFragment.java113 final TextView text2 = (TextView) resultView.findViewById(
114 android.R.id.text2);
148 if (text2 != null) {
150 text2.setText(subtitle);
152 text2.setVisibility(View.GONE);
154 text2.setVisibility(View.VISIBLE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java77 String text2; field in class:GlobalSearchSupport.SearchSuggestion
103 list.add(text2); // text2
125 list.add(text2);
155 text2 = null;
265 suggestion.text2 = shortenSnippet(c.getString(6));
/packages/apps/Browser/tests/src/com/android/browser/
H A DBrowserProviderTests.java126 String text2 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_2);
127 assertNotNull(text2);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java136 TextView text2 = (TextView) result.findViewById(R.id.text2);
140 text2.setText(member.getExtraInfo());
142 text2.setVisibility(View.GONE);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java143 public SuggestionData setText2(String text2) { argument
144 mText2 = text2;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java578 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2);
587 text2.setText(accountType.getDisplayLabel(mContext));
601 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2);
614 text2.setVisibility(View.GONE);
619 text2.setVisibility(View.GONE);
/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java288 final String text2 = mText2;
302 drawText(canvas, text2, TEXT2_Y
315 drawText(canvas, text2, TEXT2_Y
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebug.java162 new int[]{android.R.id.text1, android.R.id.text2});
/packages/services/Telephony/src/com/android/phone/
H A DADNList.java56 android.R.id.text2
/packages/apps/Browser/src/com/android/browser/
H A DErrorConsoleView.java306 TextView subText = (TextView) view.findViewById(android.R.id.text2);
H A DSuggestionsAdapter.java161 TextView tv2 = (TextView) view.findViewById(android.R.id.text2);
504 String text2 = mCursor.getString(
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java152 new int[] { android.R.id.text1, android.R.id.text2 }, this);
H A DZonePicker.java97 final int[] to = new int[] {android.R.id.text1, android.R.id.text2};
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java81 android.R.id.text1, android.R.id.text2
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java157 super(context, R.layout.phone_disambig_item, android.R.id.text2, list);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java273 TextView subText = (TextView) view.findViewById(android.R.id.text2);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java2231 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2);
2240 text2.setVisibility(View.GONE);
2243 text2.setVisibility(View.VISIBLE);
2244 text2.setText(label);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java681 views.data = (TextView) v.findViewById(android.R.id.text2);

Completed in 1098 milliseconds

12