/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | DefaultSoftKeyboard.java | 640 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/ |
D | DefaultSuggestionView.java | 71 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()
|
D | BaseSuggestionView.java | 58 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate()
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
D | SupportItemAdapter.java | 343 if (TextUtils.isEmpty(data.text2)) { in bindEscalationOptions() 346 holder.text2View.setText(data.text2); in bindEscalationOptions() 426 holder.text2View.setText(data.text2); in bindSignInPromoTile() 484 case android.R.id.text2: in onClick() 497 case android.R.id.text2: in onClick() 521 case android.R.id.text2: { in onClick() 595 text2View = (TextView) itemView.findViewById(android.R.id.text2); in ViewHolder() 697 final CharSequence text2; field in SupportItemAdapter.EscalationData 706 this.text2 = builder.mText2; in EscalationData() 741 Builder setText2(@StringRes int text2) { in setText2() argument [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | ZonePickerTest.java | 61 TextView text2 = new TextView(RuntimeEnvironment.application); in testConstructTimeZoneAdapter() local 62 text2.setId(android.R.id.text2); in testConstructTimeZoneAdapter() 63 convertView.addView(text2); in testConstructTimeZoneAdapter() 66 final CharSequence text = text2.getText(); in testConstructTimeZoneAdapter()
|
D | SummaryPreferenceTest.java | 69 TextUtils.isEmpty(((TextView) mHolder.findViewById(android.R.id.text2)).getText())); in disableChart_shouldNotRender() 83 ((TextView) mHolder.findViewById(android.R.id.text2)).getText()); in enableChart_shouldRender()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | GlobalSearchSupport.java | 77 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/list/ |
D | CustomContactListFilterActivity.java | 583 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); 591 text2.setText(account.mAccountInfo.getTypeLabel()); 597 text2.setTextColor(textColor); 611 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); 624 text2.setVisibility(View.GONE); 629 text2.setVisibility(View.GONE);
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EmailAddressAdapter.java | 57 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/ |
D | SelectAccountDialogFragment.java | 62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); in onCreateDialog() 67 text2.setText("Type: " + account.type); in onCreateDialog()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountsListAdapter.java | 93 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local 97 text2.setText(mAccounts.get(position).getNameLabel()); in getView()
|
D | AccountSelectionUtil.java | 119 final TextView text2 = (TextView) convertView.findViewById(android.R.id.text2); in getSelectAccountDialog() 128 text2.setText(account.name); in getSelectAccountDialog()
|
/packages/apps/Music/src/com/android/music/ |
D | VerticalTextSpinner.java | 279 final String text2 = mText2; in onDraw() local 292 drawText(canvas, text2, TEXT2_Y + mTotalAnimatedDistance, textPaintLight); in onDraw() 303 drawText(canvas, text2, TEXT2_Y + mTotalAnimatedDistance, textPaintDark); in onDraw()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/ |
D | DataPlanSummaryPreferenceTest.java | 83 TextView planDescriptionTextView = (TextView) mHolder.findViewById(android.R.id.text2); in shouldRender_withoutData() 107 TextView planDescriptionTextView = (TextView) mHolder.findViewById(android.R.id.text2); in shouldRender_withData()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionData.java | 143 public SuggestionData setText2(String text2) { in setText2() argument 144 mText2 = text2; in setText2()
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RoutineWatchEvaluatorTest.java | 211 String text2) { in assertMaximumMatchedWordSequenceLength() argument 213 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2); in assertMaximumMatchedWordSequenceLength()
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | DataPlanSummaryPreference.java | 84 ((TextView) holder.findViewById(android.R.id.text2)).setText(mDescription); in onBindViewHolder()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SummaryPreference.java | 110 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
|
/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/services/Telephony/src/com/android/phone/ |
D | ADNList.java | 65 android.R.id.text2
|
/packages/apps/Settings/src/com/android/settings/datetime/ |
D | ZonePicker.java | 88 final int[] to = new int[] {android.R.id.text1, android.R.id.text2}; in constructTimezoneAdapter()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionarySettings.java | 143 new int[]{android.R.id.text1, android.R.id.text2}); in createAdapter()
|
D | KeyboardLayoutDialogFragment.java | 294 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 81 android.R.id.text1, android.R.id.text2
|
/packages/apps/Dialer/java/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 449 super(context, R.layout.phone_disambig_item, android.R.id.text2, list); in PhoneItemAdapter()
|