Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 25 of 38) sorted by relevance

12

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); in updateIndicator() local
644 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off)); in updateIndicator()
646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
650 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_on)); in updateIndicator()
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
656 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_lock)); in updateIndicator()
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps)); in updateIndicator()
662 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off)); in updateIndicator()
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
668 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off)); in updateIndicator()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DEmailAddressAdapter.java56 TextView text1 = (TextView)view.findViewById(R.id.text1); in bindView() local
58 text1.setText(displayName); in bindView()
64 TextView text1 = (TextView)view.findViewById(R.id.text1); in bindViewLoading() local
67 text1.setText(text); in bindViewLoading()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DSelectAccountDialogFragment.java61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1); in onCreateDialog()
66 text1.setText("Name: " + account.name); in onCreateDialog()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java76 String text1; field in GlobalSearchSupport.SearchSuggestion
102 list.add(text1); // text1 in asList()
123 list.add(text1); in addColumnValue()
154 text1 = null; in reset()
262 suggestion.text1 = c.getString(3); in addSearchSuggestionsBasedOnFilter()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java70 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
90 CharSequence text1 = formatText(suggestion.getSuggestionText1(), suggestion); in bindAsSuggestion() local
107 setText1(text1); in bindAsSuggestion()
113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" + in bindAsSuggestion()
DWebSearchSuggestionView.java61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, in bindAsSuggestion() local
63 setText1(text1); in bindAsSuggestion()
DBaseSuggestionView.java57 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
DSearchActivityView.java356 String text1 = cursor.getSuggestionText1(); in webSuggestionsToCompletions() local
357 completions.add(new CompletionInfo(i, i, text1)); in webSuggestionsToCompletions()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountsListAdapter.java95 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView() local
102 text1.setText(accountType.getDisplayLabel(mContext)); in getView()
DAccountSelectionUtil.java125 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1); in getSelectAccountDialog()
134 text1.setText(accountType.getDisplayLabel(context)); in getSelectAccountDialog()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java580 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); in getGroupView() local
588 text1.setText(account.mName); in getGroupView()
589 text1.setVisibility(account.mName == null ? View.GONE : View.VISIBLE); in getGroupView()
603 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); in getChildView() local
616 text1.setText(groupTitle); in getChildView()
621 text1.setText(R.string.display_more_groups); in getChildView()
/packages/apps/Contacts/src/com/android/contacts/group/
DSuggestedMemberListAdapter.java136 TextView text1 = (TextView) result.findViewById(R.id.text1); in getView() local
139 text1.setText(member.getDisplayName()); in getView()
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java144 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter()
152 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1); in getView()
DSummaryPreference.java93 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel); in onBindViewHolder()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java197 private void assertMaximumMatchedWordSequenceLength(int expectedLength, String text1, in assertMaximumMatchedWordSequenceLength() argument
199 List<String> wordList1 = RoutineWatchEvaluator.splitTextToWords(text1); in assertMaximumMatchedWordSequenceLength()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java137 public SuggestionData setText1(String text1) { in setText1() argument
138 mText1 = text1; in setText1()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java77 android.R.id.text1,
81 android.R.id.text1, android.R.id.text2
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java270 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine()
285 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine()
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java287 final String text1 = mText1; in onDraw() local
300 drawText(canvas, text1, TEXT1_Y in onDraw()
DVideoBrowserActivity.java73 new int[] { android.R.id.text1 }); in init()
/packages/services/Telephony/src/com/android/phone/
DSimContacts.java256 new String[] { "name" }, new int[] { android.R.id.text1 }); in newAdapter()
348 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1); in onCreateContextMenu()
DADNList.java61 android.R.id.text1,
/packages/apps/Settings/src/com/android/settings/display/
DAppGridView.java60 android.R.id.text1, android.R.id.icon1)); in AppGridView()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java162 new int[]{android.R.id.text1, android.R.id.text2}); in onPostExecute()
/packages/apps/Settings/src/com/android/settings/voice/
DVoiceInputListPreference.java138 android.R.id.text1, objects); in CustomAdapter()

12