/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | DialogFragmentTest.java | 115 mCreateDirectoryFragment.getDialog().findViewById(android.R.id.text1); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait() 135 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity() 156 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity() 176 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity() 196 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
|
/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 | SearchActivityView.java | 356 String text1 = cursor.getSuggestionText1(); in webSuggestionsToCompletions() local 357 completions.add(new CompletionInfo(i, i, text1)); in webSuggestionsToCompletions()
|
D | BaseSuggestionView.java | 57 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 589 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); 594 text1.setText(account.mAccountInfo.getNameLabel()); 595 text1.setVisibility(!account.mAccountInfo.isDeviceAccount() 603 text1.setTextColor(textColor); 617 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); 630 text1.setText(groupTitle); 635 text1.setText(R.string.display_more_groups);
|
/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/apps/Contacts/src/com/android/contacts/util/ |
D | AccountsListAdapter.java | 92 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView() local 96 text1.setText(mAccounts.get(position).getTypeLabel()); in getView()
|
D | AccountSelectionUtil.java | 118 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1); in getSelectAccountDialog() 127 text1.setText(accountType.getDisplayLabel(context)); in getSelectAccountDialog()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SummaryPreferenceTest.java | 57 final TextView textView1 = (TextView) mHolder.findViewById(android.R.id.text1); in disableChart_shouldNotRender() 72 final TextView textView1 = (TextView) mHolder.findViewById(android.R.id.text1); in enableChart_shouldRender()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RestrictedListPreference.java | 181 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter() 189 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1); in getView()
|
D | SummaryPreference.java | 99 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel); in onBindViewHolder()
|
/packages/apps/Settings/src/com/android/settings/ |
D | RestrictedListPreference.java | 181 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter() 189 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1); in getView()
|
D | SummaryPreference.java | 99 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel); in onBindViewHolder()
|
/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/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RoutineWatchEvaluatorTest.java | 251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength() argument 252 List<String> wordList1 = RoutineWatchEvaluator.splitTextToWords(text1); in assertMaximumMatchedWordSequenceLength()
|
/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 | 265 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine() 280 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/ |
D | KeyboardLayoutDialogFragment.java | 265 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine() 280 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine()
|
/packages/services/Telephony/src/com/android/phone/ |
D | SimContacts.java | 255 new String[] { "name" }, new int[] { android.R.id.text1 }); in newAdapter() 347 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1); in onCreateContextMenu()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | ProgressBarPreferenceTest.java | 99 return (TextView) mViewHolder.findViewById(android.R.id.text1); in getMinLabel()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/widget/ |
D | SortOrderSpinner.java | 84 TextView textView = view.findViewById(android.R.id.text1); in initialize()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ProgressBarPreference.java | 140 TextView minLabel = (TextView) view.findViewById(android.R.id.text1); in onBindViewHolder()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/ |
D | AppGridView.java | 66 android.R.id.text1, android.R.id.icon1)); in init()
|