Searched refs:text1 (Results 1 - 25 of 39) sorted by relevance

12

/packages/apps/Calendar/src/com/android/calendar/
H A DEmailAddressAdapter.java56 TextView text1 = (TextView)view.findViewById(R.id.text1);
58 text1.setText(displayName);
64 TextView text1 = (TextView)view.findViewById(R.id.text1);
67 text1.setText(text);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift);
644 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
650 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_on));
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
656 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_lock));
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
662 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
668 text1
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DSelectAccountDialogFragment.java61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1);
66 text1.setText("Name: " + account.name);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DWebSearchSuggestionView.java61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery,
63 setText1(text1);
H A DDefaultSuggestionView.java70 mText1 = (TextView) findViewById(R.id.text1);
90 CharSequence text1 = formatText(suggestion.getSuggestionText1(), suggestion);
107 setText1(text1);
113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" +
H A DBaseSuggestionView.java57 mText1 = (TextView) findViewById(R.id.text1);
H A DSearchActivityView.java356 String text1 = cursor.getSuggestionText1();
357 completions.add(new CompletionInfo(i, i, text1));
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountsListAdapter.java95 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1);
102 text1.setText(accountType.getDisplayLabel(mContext));
H A DAccountSelectionUtil.java125 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1);
134 text1.setText(accountType.getDisplayLabel(context));
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java76 String text1; field in class:GlobalSearchSupport.SearchSuggestion
102 list.add(text1); // text1
123 list.add(text1);
154 text1 = null;
262 suggestion.text1 = c.getString(3);
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSupportItemAdapter.java314 if (data.text1 == 0) {
317 holder.text1View.setText(data.text1);
389 holder.text1View.setText(data.text1);
429 case android.R.id.text1:
444 case android.R.id.text1:
457 case android.R.id.text1: {
525 text1View = (TextView) itemView.findViewById(android.R.id.text1);
625 final int text1; field in class:SupportItemAdapter.EscalationData
634 this.text1 = builder.mText1;
665 Builder setText1(@StringRes int text1) { argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java136 TextView text1 = (TextView) result.findViewById(R.id.text1);
139 text1.setText(member.getDisplayName());
/packages/apps/Music/src/com/android/music/
H A DVideoBrowserActivity.java73 new int[] { android.R.id.text1 });
H A DVerticalTextSpinner.java287 final String text1 = mText1;
300 drawText(canvas, text1, TEXT1_Y
/packages/apps/Settings/src/com/android/settings/
H A DSummaryPreference.java109 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel);
H A DRestrictedListPreference.java149 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects);
157 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java580 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
588 text1.setText(account.mName);
589 text1.setVisibility(account.mName == null ? View.GONE : View.VISIBLE);
603 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
616 text1.setText(groupTitle);
621 text1.setText(R.string.display_more_groups);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java137 public SuggestionData setText1(String text1) { argument
138 mText1 = text1;
322 appendField(builder, "text1", mText1);
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
H A DRoutineWatchEvaluatorTest.java197 private void assertMaximumMatchedWordSequenceLength(int expectedLength, String text1, argument
199 List<String> wordList1 = RoutineWatchEvaluator.splitTextToWords(text1);
/packages/apps/Settings/src/com/android/settings/display/
H A DAppGridView.java60 android.R.id.text1, android.R.id.icon1));
/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.java61 android.R.id.text1,
H A DSimContacts.java256 new String[] { "name" }, new int[] { android.R.id.text1 });
348 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java77 android.R.id.text1,
81 android.R.id.text1, android.R.id.text2
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java270 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1);
285 TextView headline = (TextView) view.findViewById(android.R.id.text1);

Completed in 654 milliseconds

12