Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewTest.java65 tv.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultNonEditable()
82 tv.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultEditable()
98 tv.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultCancel()
114 tv.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityNoData()
DTextViewWordLimitsTest.java81 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifyWordLimits()
93 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifySelectCurrentWord()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DTextViewBindingObject.java266 mBufferType = TextView.BufferType.SPANNABLE; in changeValues()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java254 return TextView.BufferType.SPANNABLE; in getBufferType()
/frameworks/base/core/java/android/widget/
DTextView.java1275 bufferType = BufferType.SPANNABLE; in TextView()
1290 bufferType = BufferType.SPANNABLE; in TextView()
1306 bufferType = BufferType.SPANNABLE; in TextView()
4263 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText()
4280 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
5475 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
7776 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus()
8533 NORMAL, SPANNABLE, EDITABLE, enumConstant
9725 setText(mText, BufferType.SPANNABLE); in ensureIterableTextForAccessibilitySelectable()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1395 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
/frameworks/base/api/
Dcurrent.txt41694 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
Dsystem-current.txt44300 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;