Searched refs:SPANNABLE (Results 1 – 6 of 6) sorted by relevance
/aosp14/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 | 221 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 D | ClosedCaptionRenderer.java | 1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 1711 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 60462 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|