/packages/apps/Contacts/src/com/android/contacts/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 | 177 public static void setDisplayName(Context context, Contact contactData, TextView textView) { in setDisplayName() 181 setDataOrHideIfNone(getDisplayName(context, contactData), textView); in setDisplayName() local 188 public static void setCompanyName(Context context, Contact contactData, TextView textView) { in setCompanyName() 192 setDataOrHideIfNone(getCompany(context, contactData), textView); in setCompanyName() local 199 public static void setPhoneticName(Context context, Contact contactData, TextView textView) { in setPhoneticName() 203 setDataOrHideIfNone(getPhoneticName(context, contactData), textView); in setPhoneticName() local 210 public static void setAttribution(Context context, Contact contactData, TextView textView) { in setAttribution() 214 setDataOrHideIfNone(getAttribution(context, contactData), textView); in setAttribution() local 221 private static void setDataOrHideIfNone(CharSequence textToDisplay, TextView textView) { in setDataOrHideIfNone()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | AccessibilityContextMenuMaker.java | 55 public void registerWithActivity(TextView textView) { in registerWithActivity() 86 public void populateMenuContent(ContextMenu menu, TextView textView) { in populateMenuContent() 117 private @Nullable Spanned getText(TextView textView) { in getText()
|
/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 | 133 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local 150 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local 178 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local
|
/packages/apps/Dialer/java/com/android/dialer/about/ |
D | LicenseActivity.java | 43 TextView textView = (TextView) findViewById(R.id.license_activity_textview); in onCreate() local 56 TextView textView = (TextView) findViewById(R.id.license_activity_textview); in onSaveInstanceState() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | TextViewCompatUtils.java | 35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/packages/apps/Contacts/src/com/android/contacts/ |
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/apps/Settings/src/com/android/settings/wifi/ |
D | WifiDetailPreference.java | 49 TextView textView = ((TextView) view.findViewById(R.id.widget_summary)); in onBindViewHolder() local
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | TimerTextController.java | 32 public TimerTextController(TextView textView) { in TimerTextController()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | LinkablePreferenceTest.java | 72 TextView textView = mView.findViewById(android.R.id.title); in prefWithLinkShouldHaveAccessibilityMovementMethodSet() 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/Settings/src/com/android/settings/ |
D | LinkifyUtils.java | 49 public static boolean linkify(TextView textView, StringBuilder text, in linkify()
|
/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/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/ |
D | TermsListAdapter.java | 116 TextView textView = groupView.findViewById(R.id.header_text); in getGroupView() local 143 TextView textView = view.findViewById(R.id.disclaimer_content); in getChildView() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/format/ |
D | SpannedTestUtils.java | 38 public static void checkHtmlText(String expectedHtmlText, TextView textView) { in checkHtmlText()
|
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/ |
D | FileAdapter.java | 75 TextView textView; field in FileAdapter.ViewHolder
|
/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/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | InspectorBot.java | 39 UiSelector textView in assertTitle() local
|
/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/license/ |
D | LicenseDialogFragment.java | 72 TextView textView = new TextView(getActivity()); in onCreateView() local
|
/packages/apps/Contacts/src/com/android/contacts/drawer/ |
D | DrawerAdapter.java | 244 final TextView textView = (TextView) result.findViewById(R.id.title); in getHeaderItemView() local 278 final TextView textView = ((TextView) result.findViewById(R.id.title)); in getAccountItemView() local 303 final TextView textView = (TextView) result.findViewById(R.id.title); in getDrawerItemView() local 317 private void updateSelectedStatus(TextView textView, ImageView imageView, boolean activated) { in updateSelectedStatus()
|