/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | DefaultSoftKeyboard.java | 639 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/ |
D | EmailAddressAdapter.java | 56 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/ |
D | SelectAccountDialogFragment.java | 61 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/ |
D | GlobalSearchSupport.java | 76 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/ |
D | DefaultSuggestionView.java | 70 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()
|
D | WebSearchSuggestionView.java | 61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, in bindAsSuggestion() local 63 setText1(text1); in bindAsSuggestion()
|
D | BaseSuggestionView.java | 57 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
|
D | SearchActivityView.java | 356 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/ |
D | AccountsListAdapter.java | 95 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView() local 102 text1.setText(accountType.getDisplayLabel(mContext)); in getView()
|
D | AccountSelectionUtil.java | 125 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/ |
D | CustomContactListFilterActivity.java | 580 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/ |
D | SuggestedMemberListAdapter.java | 136 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/ |
D | RestrictedListPreference.java | 144 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter() 152 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1); in getView()
|
D | SummaryPreference.java | 93 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel); in onBindViewHolder()
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RoutineWatchEvaluatorTest.java | 197 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/ |
D | SuggestionData.java | 137 public SuggestionData setText1(String text1) { in setText1() argument 138 mText1 = text1; in setText1()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 77 android.R.id.text1, 81 android.R.id.text1, android.R.id.text2
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | KeyboardLayoutDialogFragment.java | 270 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/ |
D | VerticalTextSpinner.java | 287 final String text1 = mText1; in onDraw() local 300 drawText(canvas, text1, TEXT1_Y in onDraw()
|
D | VideoBrowserActivity.java | 73 new int[] { android.R.id.text1 }); in init()
|
/packages/services/Telephony/src/com/android/phone/ |
D | SimContacts.java | 256 new String[] { "name" }, new int[] { android.R.id.text1 }); in newAdapter() 348 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1); in onCreateContextMenu()
|
D | ADNList.java | 61 android.R.id.text1,
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | AppGridView.java | 60 android.R.id.text1, android.R.id.icon1)); in AppGridView()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDebug.java | 162 new int[]{android.R.id.text1, android.R.id.text2}); in onPostExecute()
|
/packages/apps/Settings/src/com/android/settings/voice/ |
D | VoiceInputListPreference.java | 138 android.R.id.text1, objects); in CustomAdapter()
|