Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 24 of 24) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); in updateIndicator() local
645 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off)); in updateIndicator()
647 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
651 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off)); in updateIndicator()
653 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
657 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off)); in updateIndicator()
659 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
663 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_on)); in updateIndicator()
665 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
669 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_lock)); in updateIndicator()
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java71 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate()
91 CharSequence text2 = suggestion.getSuggestionText2Url(); in bindAsSuggestion() local
92 if (text2 != null) { in bindAsSuggestion()
93 text2 = formatUrl(text2); in bindAsSuggestion()
95 text2 = formatText(suggestion.getSuggestionText2(), suggestion); in bindAsSuggestion()
98 if (TextUtils.isEmpty(text2)) { in bindAsSuggestion()
108 setText2(text2); in bindAsSuggestion()
113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" + in bindAsSuggestion()
DBaseSuggestionView.java58 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountsListAdapter.java96 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local
106 text2.setText(account.name); in getView()
107 text2.setEllipsize(TruncateAt.MIDDLE); in getView()
DAccountSelectionUtil.java126 final TextView text2 = (TextView) convertView.findViewById(android.R.id.text2); in getSelectAccountDialog()
135 text2.setText(account.name); in getSelectAccountDialog()
/packages/apps/Calendar/src/com/android/calendar/
DEmailAddressAdapter.java57 TextView text2 = (TextView)view.findViewById(R.id.text2); in bindView() local
59 text2.setText(emailAddress); in bindView()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DSelectAccountDialogFragment.java62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); in onCreateDialog()
67 text2.setText("Type: " + account.type); in onCreateDialog()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java77 String text2; field in GlobalSearchSupport.SearchSuggestion
103 list.add(text2); // text2 in asList()
125 list.add(text2); in addColumnValue()
155 text2 = null; in reset()
266 suggestion.text2 = shortenSnippet(c.getString(6)); in addSearchSuggestionsBasedOnFilter()
/packages/apps/Contacts/src/com/android/contacts/group/
DSuggestedMemberListAdapter.java137 TextView text2 = (TextView) result.findViewById(R.id.text2); in getView() local
141 text2.setText(member.getExtraInfo()); in getView()
143 text2.setVisibility(View.GONE); in getView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java581 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); in getGroupView() local
590 text2.setText(accountType.getDisplayLabel(mContext)); in getGroupView()
604 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); in getChildView() local
617 text2.setVisibility(View.GONE); in getChildView()
622 text2.setVisibility(View.GONE); in getChildView()
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java288 final String text2 = mText2; in onDraw() local
302 drawText(canvas, text2, TEXT2_Y in onDraw()
315 drawText(canvas, text2, TEXT2_Y in onDraw()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java198 String text2) { in assertMaximumMatchedWordSequenceLength() argument
200 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2); in assertMaximumMatchedWordSequenceLength()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java143 public SuggestionData setText2(String text2) { in setText2() argument
144 mText2 = text2; in setText2()
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java164 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local
167 text2.setVisibility(View.GONE); in getView()
170 text2.setText(accountName); in getView()
171 text2.setEllipsize(TextUtils.TruncateAt.MIDDLE); in getView()
/packages/apps/Settings/src/com/android/settings/
DSummaryPreference.java94 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
DZonePicker.java86 final int[] to = new int[] {android.R.id.text1, android.R.id.text2}; in constructTimezoneAdapter()
DUserDictionarySettings.java147 new int[] { android.R.id.text1, android.R.id.text2 }, this); in createAdapter()
/packages/services/Telephony/src/com/android/phone/
DADNList.java62 android.R.id.text2
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java162 new int[]{android.R.id.text1, android.R.id.text2}); in onPostExecute()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java81 android.R.id.text1, android.R.id.text2
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java286 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine()
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java159 super(context, R.layout.phone_disambig_item, android.R.id.text2, list); in PhoneItemAdapter()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java681 views.data = (TextView) v.findViewById(android.R.id.text2); in getView()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java434 String text2 = message2.mText; in testMessageSave() local
445 assertEquals("body text", text2, body2.mTextContent); in testMessageSave()