Searched refs:text1 (Results 1 - 25 of 44) 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/apps/Email/src/com/android/email/
H A DEmailAddressAdapter.java57 TextView text1 = (TextView)view.findViewById(R.id.text1);
59 text1.setText(displayName);
65 TextView text1 = (TextView)view.findViewById(R.id.text1);
68 text1.setText(text);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerGaugePreference.java62 final TextView text1 = (TextView) view.findViewById(android.R.id.text1);
63 text1.setText(mProgressText);
H A DPowerUsageDetail.java198 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
199 text1.setText(getString(R.string.percentage, percentage));
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
H A DApplicationsAdapter.java42 TextView text1 = (TextView) view.findViewById(R.id.text1);
47 text1.setText(name);
/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/src/com/android/contacts/util/
H A DAccountsListAdapter.java89 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1);
96 text1.setText(accountType.getDisplayLabel(mContext));
H A DAccountSelectionUtil.java116 final TextView text1 =
117 (TextView)convertView.findViewById(android.R.id.text1);
126 text1.setText(account.name);
/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);
/packages/apps/Browser/tests/src/com/android/browser/
H A DBrowserProviderTests.java123 String text1 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_1);
124 assertNotNull(text1);
125 assertEquals("Bad title", title, text1);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactListFragment.java105 final TextView text1 = (TextView) resultView.findViewById(
106 android.R.id.text1);
130 text1.setContentDescription(getActivity().getString(
138 text1.setText(action.getBody());
/packages/apps/Mms/src/com/android/mms/ui/
H A DIconListAdapter.java58 text = (TextView) view.findViewById(R.id.text1);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java75 String text1; field in class:GlobalSearchSupport.SearchSuggestion
101 list.add(text1); // text1
122 list.add(text1);
153 text1 = null;
258 suggestion.text1 = c.getString(3);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java135 TextView text1 = (TextView) result.findViewById(R.id.text1);
138 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/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java578 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
586 text1.setText(account.mName);
587 text1.setVisibility(account.mName == null ? View.GONE : View.VISIBLE);
601 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
614 text1.setText(groupTitle);
619 text1.setText(R.string.display_more_groups);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutsProvider.java160 String text1 = shortcut.getAsString(SearchManager.SUGGEST_COLUMN_TEXT_1);
177 suggestion.setText1(text1);
H A DSuggestionData.java137 public SuggestionData setText1(String text1) { argument
138 mText1 = text1;
322 appendField(builder, "text1", mText1);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java75 TextView text = (TextView)v.findViewById(android.R.id.text1);
/packages/apps/Phone/src/com/android/phone/
H A DADNList.java55 android.R.id.text1,
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebug.java162 new int[]{android.R.id.text1, android.R.id.text2});

Completed in 472 milliseconds

12