Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewWordLimitsTest.java81 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifyWordLimits()
93 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifySelectCurrentWord()
/frameworks/base/core/java/com/android/internal/widget/
DTransportControlView.java301 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE); in populateMetadata()
/frameworks/base/core/java/android/widget/
DTextView.java961 bufferType = BufferType.SPANNABLE; in TextView()
977 bufferType = BufferType.SPANNABLE; in TextView()
1008 bufferType = BufferType.SPANNABLE; in TextView()
3174 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText()
3191 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
4663 setText(getText(), selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
7254 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus()
8644 NORMAL, SPANNABLE, EDITABLE, enumConstant
/frameworks/base/docs/html/resources/faq/
Dcommontasks.jd686 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);
/frameworks/base/api/
Dcurrent.txt27402 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
D14.txt27402 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;