Searched refs:SPANNABLE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewWordLimitsTest.java | 81 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/ |
D | TransportControlView.java | 301 mTrackTitle.setText(sb.toString(), TextView.BufferType.SPANNABLE); in populateMetadata()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 961 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/ |
D | commontasks.jd | 686 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);
|
/frameworks/base/api/ |
D | current.txt | 27402 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|
D | 14.txt | 27402 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|