Searched refs:SPANNABLE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewTest.java | 108 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultNonEditable() 132 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultEditable() 150 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultCancel() 169 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityNoData() 285 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE() 290 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE() 294 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE() 298 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 1513 bufferType = BufferType.SPANNABLE; 1524 bufferType = BufferType.SPANNABLE; 1542 bufferType = BufferType.SPANNABLE; 6191 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText() 6208 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText() 7752 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable() 10332 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus() 11114 NORMAL, SPANNABLE, EDITABLE enumConstant 12981 setText(mText, BufferType.SPANNABLE); in ensureIterableTextForAccessibilitySelectable()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38940 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 58696 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|
/frameworks/base/api/ |
D | current.txt | 58840 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|