| /packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
| D | PhoneNumberFormatter.java | 40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask() 71 TextView textView) { in setPhoneNumberFormattingTextWatcher() 84 Context context, TextView textView, boolean formatAfterWatcherSet) { in setPhoneNumberFormattingTextWatcher() 86 textView, formatAfterWatcherSet) in setPhoneNumberFormattingTextWatcher() local
|
| /packages/apps/Contacts/src/com/android/contacts/detail/ |
| D | ContactDisplayUtils.java | 199 public static void setDisplayName(Context context, Contact contactData, TextView textView) { in setDisplayName() 203 setDataOrHideIfNone(getDisplayName(context, contactData), textView); in setDisplayName() local 210 public static void setCompanyName(Context context, Contact contactData, TextView textView) { in setCompanyName() 214 setDataOrHideIfNone(getCompany(context, contactData), textView); in setCompanyName() local 221 public static void setPhoneticName(Context context, Contact contactData, TextView textView) { in setPhoneticName() 225 setDataOrHideIfNone(getPhoneticName(context, contactData), textView); in setPhoneticName() local 232 public static void setAttribution(Context context, Contact contactData, TextView textView) { in setAttribution() 236 setDataOrHideIfNone(getAttribution(context, contactData), textView); in setAttribution() local 243 private static void setDataOrHideIfNone(CharSequence textToDisplay, TextView textView) { in setDataOrHideIfNone()
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| D | StyleUtils.java | 36 public static void stripUnderlinesAndLinkUrls(TextView textView, in stripUnderlinesAndLinkUrls() 63 public static void stripUnderlinesAndUrl(TextView textView) { in stripUnderlinesAndUrl()
|
| /packages/apps/Contacts/src/com/android/contacts/activities/ |
| D | ContactEditorAccountsChangedActivity.java | 97 final TextView textView = (TextView) view.findViewById(R.id.text); in onCreate() local 115 final TextView textView = (TextView) view.findViewById(R.id.text); in onCreate() local 143 final TextView textView = (TextView) view.findViewById(R.id.text); in onCreate() local
|
| /packages/apps/TV/src/com/android/tv/dvr/ |
| D | DvrPlayActivity.java | 40 TextView textView = (TextView) findViewById(R.id.placeHolderText); in onCreate() local
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/ |
| D | MoreContactUtils.java | 198 final TextView textView = (TextView) View.inflate(context, R.layout.list_separator, null); in createHeaderView() local 207 public static void setHeaderViewBottomPadding(Context context, TextView textView, in setHeaderViewBottomPadding()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
| D | TextViewCompatUtils.java | 35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
| /packages/apps/Settings/src/com/android/settings/ |
| D | MultiLinePreference.java | 44 TextView textView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
|
| D | LinkifyUtils.java | 49 public static boolean linkify(TextView textView, StringBuilder text, in linkify()
|
| D | IconPreferenceScreen.java | 54 TextView textView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | MultiLineTitleEditTextPreference.java | 68 TextView textView = (TextView) view.findViewById(com.android.internal.R.id.title); in onBindView() local
|
| /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
| D | CopyContactDetailDialog.java | 58 TextView textView = (TextView) inflater.inflate(R.layout.copy_contact_dialog_view, null, in createBodyView() local
|
| /packages/apps/UnifiedEmail/src/com/android/mail/drawer/ |
| D | HeaderDrawerItem.java | 55 final TextView textView = (TextView) headerView.findViewById(R.id.header_text); in getView() local
|
| D | FooterItem.java | 98 final TextView textView = (TextView) footerItemView. in getView() local
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
| D | CursorAnchorInfoUtils.java | 97 public static CursorAnchorInfoCompatWrapper extractFromTextView( in extractFromTextView() 113 private static CursorAnchorInfo extractFromTextViewInternal(@Nonnull final TextView textView) { in extractFromTextViewInternal()
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/format/ |
| D | SpannedTestUtils.java | 40 public static void checkHtmlText(String expectedHtmlText, TextView textView) { in checkHtmlText()
|
| /packages/apps/PhoneCommon/src/com/android/phone/common/util/ |
| D | ViewUtil.java | 95 public static void resizeText(TextView textView, int originalTextSize, int minTextSize) { in resizeText()
|
| /packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
| D | AddContactsConfirmationDialog.java | 76 final TextView textView = (TextView) view.findViewById(R.id.participant_name); in createBodyView() local
|
| /packages/apps/TV/src/com/android/tv/guide/ |
| D | TimeListAdapter.java | 72 TextView textView = (TextView) itemView.findViewById(R.id.time); in onBindViewHolder() local
|
| /packages/apps/Settings/src/com/android/settings/users/ |
| D | UserDialogs.java | 101 TextView textView = in createRemoveManagedUserDialogView() local
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
| D | ViewPagerTabs.java | 192 TextView textView = (TextView) layout.findViewById(R.id.count); in addTab() local 207 final TextView textView = new TextView(getContext()); in addTab() local
|
| /packages/apps/ExactCalculator/src/com/android/calculator2/ |
| D | AlertDialogFragment.java | 81 final TextView textView = (TextView) inflater.inflate(R.layout.dialog_message, in onCreateDialog() local
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | AddAdapter.java | 84 TextView textView = (TextView) convertView; in getView() local
|
| /packages/apps/DeskClock/src/com/android/deskclock/timer/ |
| D | TimerView.java | 79 private void addStartPadding(TextView textView) { in addStartPadding()
|
| /packages/apps/Settings/src/com/android/settings/print/ |
| D | PrintServiceSettingsFragment.java | 208 TextView textView = (TextView) emptyView.findViewById(R.id.message); in updateEmptyView() local 235 TextView textView = (TextView) emptyView.findViewById(R.id.message); in updateEmptyView() local
|