Searched refs:SPANNABLE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewTest.java | 65 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()
|
D | TextViewWordLimitsTest.java | 81 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/ |
D | TextViewBindingObject.java | 266 mBufferType = TextView.BufferType.SPANNABLE; in changeValues()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | TextViewBindingAdapterTest.java | 254 return TextView.BufferType.SPANNABLE; in getBufferType()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 1275 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/ |
D | ClosedCaptionRenderer.java | 1395 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
|
/frameworks/base/api/ |
D | current.txt | 41694 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|
D | system-current.txt | 44300 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|