Home
last modified time | relevance | path

Searched refs:SPANNABLE (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewProcessTextTest.java62 mTextView.setText(originalText, BufferType.SPANNABLE); in testProcessTextActivityResultNonEditable()
82 mTextView.setText(originalText, BufferType.SPANNABLE); in testProcessTextActivityResultCancel()
98 mTextView.setText(originalText, BufferType.SPANNABLE); in testProcessTextActivityNoData()
H A DTextViewTest.java210 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
215 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
219 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
223 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DLinkifyUtils.java65 textView.setText(text.toString(), BufferType.SPANNABLE); in linkify()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDirectoryHolder.java100 TextView.BufferType.SPANNABLE); in bind()
H A DGridDocumentHolder.java172 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
H A DListDocumentHolder.java216 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/list/
H A DContactListItemViewTest.java115 view.getNameTextView().setText("", TextView.BufferType.SPANNABLE); in createView()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDeletionHelperActivity.java70 emptyStateLink.setText(linkText, BufferType.SPANNABLE); in onCreate()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
H A DAbstractDialpadFragment.java197 mTitleView.setText(spannableString, TextView.BufferType.SPANNABLE); in appendDialedNumber()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitySelectionActivity.kt319 holder.name.setText(city.name, TextView.BufferType.SPANNABLE)
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java1572 bufferType = BufferType.SPANNABLE;
1583 bufferType = BufferType.SPANNABLE;
1601 bufferType = BufferType.SPANNABLE;
6315 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText()
6332 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
7881 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
10528 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus()
11411 NORMAL, SPANNABLE, EDITABLE enumConstant
13370 setText(mText, BufferType.SPANNABLE); in ensureIterableTextForAccessibilitySelectable()
/aosp12/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt56567 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt38940 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;