/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewProcessTextTest.java | 62 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 D | TextViewTest.java | 210 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 D | LinkifyUtils.java | 65 textView.setText(text.toString(), BufferType.SPANNABLE); in linkify()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | GridDirectoryHolder.java | 100 TextView.BufferType.SPANNABLE); in bind()
|
H A D | GridDocumentHolder.java | 172 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
|
H A D | ListDocumentHolder.java | 216 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
H A D | ContactListItemViewTest.java | 115 view.getNameTextView().setText("", TextView.BufferType.SPANNABLE); in createView()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | DeletionHelperActivity.java | 70 emptyStateLink.setText(linkText, BufferType.SPANNABLE); in onCreate()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/ |
H A D | AbstractDialpadFragment.java | 197 mTitleView.setText(spannableString, TextView.BufferType.SPANNABLE); in appendDialedNumber()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
H A D | CitySelectionActivity.kt | 319 holder.name.setText(city.name, TextView.BufferType.SPANNABLE)
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 1572 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 D | ClosedCaptionRenderer.java | 1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 56567 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 38940 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|