/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DefaultSuggestionView.kt | 61 mText2 = findViewById(R.id.text2) as TextView in onFinishInflate() 82 var text2: CharSequence = suggestion?.suggestionText2Url as CharSequence in bindAsSuggestion() variable 83 text2 = formatUrl(text2) in bindAsSuggestion() 85 if (TextUtils.isEmpty(text2)) { in bindAsSuggestion() 95 setText2(text2) in bindAsSuggestion() 104 text2 + in bindAsSuggestion()
|
D | BaseSuggestionView.kt | 51 mText2 = findViewById(R.id.text2) as TextView? in onFinishInflate()
|
/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/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/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverListAdapter.java | 952 public TextView text2; field in ResolverListAdapter.ViewHolder 960 text2.setVisibility(View.GONE); in reset() 961 text2.setText(""); in reset() 976 text2 = (TextView) view.findViewById(com.android.internal.R.id.text2); in ViewHolder() 989 text2.setText(subLabel); in bindLabel() 990 text2.setVisibility(View.VISIBLE); in bindLabel() 993 text2.setVisibility(View.GONE); in bindLabel()
|
D | ChooserListAdapter.java | 385 && holder.text2.getVisibility() == View.VISIBLE) { in onBindView() 386 mAnimationTracker.animateLabel(holder.text2, info); in onBindView()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SummaryPreferenceTest.java | 60 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2); in disableChart_shouldNotRender() 75 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2); in enableChart_shouldRender()
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NavigatorTest.java | 291 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetDoesNotSkipOffscreenNode() local 296 assertThat(target.node).isEqualTo(text2); in testFindRotateTargetDoesNotSkipOffscreenNode() 302 target = mNavigator.findRotateTarget(text2, direction, 1); in testFindRotateTargetDoesNotSkipOffscreenNode() 511 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetInScrollableContainer1() local 517 assertThat(target.node).isEqualTo(text2); in testFindRotateTargetInScrollableContainer1() 524 assertThat(target.node).isEqualTo(text2); in testFindRotateTargetInScrollableContainer1() 530 assertThat(target.node).isEqualTo(text2); in testFindRotateTargetInScrollableContainer1() 576 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetInScrollableContainer2() local 582 assertThat(target.node).isEqualTo(text2); in testFindRotateTargetInScrollableContainer2() 589 assertThat(target.node).isEqualTo(text2); in testFindRotateTargetInScrollableContainer2() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 590 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); 598 text2.setText(account.mAccountInfo.getTypeLabel()); 604 text2.setTextColor(textColor); 618 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); 631 text2.setVisibility(View.GONE); 636 text2.setVisibility(View.GONE);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionData.kt | 89 fun setText2(text2: String?): SuggestionData { in setText2() 90 mText2 = text2 in setText2()
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RoutineWatchEvaluatorTest.java | 251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength() argument 253 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2); in assertMaximumMatchedWordSequenceLength()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | ConversationListPreferenceControllerTest.java | 220 String text2 = "two two"; in testCompareSpans() local 221 SpannableStringBuilder builder2 = new SpannableStringBuilder(text2); in testCompareSpans()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | ProgressBarPreferenceTest.java | 103 return (TextView) mViewHolder.findViewById(android.R.id.text2); in getMaxLabel()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SummaryPreference.java | 100 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ProgressBarPreference.java | 144 TextView maxLabel = (TextView) view.findViewById(android.R.id.text2); in onBindViewHolder()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ADNList.java | 63 android.R.id.text2
|
/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/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | ChooserListAdapterTest.kt | 235 id = R.id.text2 in createView()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LabeledSeekBarPreference.java | 133 final TextView endText = (TextView) holder.findViewById(android.R.id.text2); in onBindViewHolder()
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
D | ContactListActivity.java | 147 TextView t2 = (TextView) v.findViewById(android.R.id.text2); in initListView()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionarySettings.java | 142 new int[]{android.R.id.text1, android.R.id.text2}); in createAdapter()
|
D | KeyboardLayoutDialogFragment.java | 281 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
|