Home
last modified time | relevance | path

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

/aosp14/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.java221 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
226 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
230 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
234 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
/aosp14/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java1711 bufferType = BufferType.SPANNABLE;
1722 bufferType = BufferType.SPANNABLE;
1740 bufferType = BufferType.SPANNABLE;
7102 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText()
7124 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
8719 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
12092 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus()
13031 NORMAL, SPANNABLE, EDITABLE enumConstant
15441 setText(mText, BufferType.SPANNABLE); in ensureIterableTextForAccessibilitySelectable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60462 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;