Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
D | NonEditableTextGenerator.java | 3 import static android.text.Spanned.SPAN_INCLUSIVE_INCLUSIVE; 73 spannable.setSpan(new BulletSpan(), 0, spannable.length(), SPAN_INCLUSIVE_INCLUSIVE); in createSpannable() 76 spannable.setSpan(new Object(), 0, spannable.length(), SPAN_INCLUSIVE_INCLUSIVE); in createSpannable() 77 spannable.setSpan(new Object(), 0, 1, SPAN_INCLUSIVE_INCLUSIVE); in createSpannable()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 142 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority() 145 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority() 148 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority() 151 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority()
|
D | TextUtilsTest.java | 680 str.setSpan(span, 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testToUpperCase() 691 assertEquals(Spanned.SPAN_INCLUSIVE_INCLUSIVE, spanned.getSpanFlags(span)); in testToUpperCase() 705 str.setSpan(new Object(), 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testToUpperCase() 719 final int flags = Spanned.SPAN_INCLUSIVE_INCLUSIVE; in testToUpperCase_SpansArePreserved()
|
D | StaticLayoutTest.java | 752 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLocaleSpanAffectsHyphenation() 771 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLocaleSpanAffectsHyphenation() 786 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLocaleSpanAffectsHyphenation()
|
/frameworks/base/core/java/android/text/ |
D | Spanned.java | 101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
|
D | Selection.java | 114 text.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in updateMemory()
|
D | DynamicLayout.java | 494 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in generate()
|
/frameworks/base/core/tests/coretests/src/android/text/style/ |
D | UnderlineSpanTest.java | 52 text.setSpan(new RedUnderlineSpan(), 0, 1, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testDoesntAffectWidth_colorUnderlineSubclass()
|
/frameworks/base/core/java/android/text/method/ |
D | MultiTapKeyListener.java | 228 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onKeyDown() 264 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in Timeout()
|
/frameworks/base/core/java/android/widget/ |
D | DialerFilter.java | 367 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setLettersWatcher() 373 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setDigitsWatcher()
|
D | Editor.java | 2738 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers() 2744 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
|
D | TextView.java | 6252 sp.setSpan(mChangeWatcher, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE in setText() 6258 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setText()
|
/frameworks/base/core/java/android/webkit/ |
D | FindActionModeCallback.java | 87 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in setText()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SuggestionsPopupWindowTest.java | 83 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setSuggestionSpan()
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 258 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 47424 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|
/frameworks/base/api/ |
D | current.txt | 47568 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|