Home
last modified time | relevance | path

Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/text/
DNonEditableTextGenerator.java3 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/
DSpannedTest.java142 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()
DTextUtilsTest.java680 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()
DStaticLayoutTest.java752 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/
DSpanned.java101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
DSelection.java114 text.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in updateMemory()
DDynamicLayout.java494 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in generate()
/frameworks/base/core/tests/coretests/src/android/text/style/
DUnderlineSpanTest.java52 text.setSpan(new RedUnderlineSpan(), 0, 1, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testDoesntAffectWidth_colorUnderlineSubclass()
/frameworks/base/core/java/android/text/method/
DMultiTapKeyListener.java228 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onKeyDown()
264 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in Timeout()
/frameworks/base/core/java/android/widget/
DDialerFilter.java367 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()
DEditor.java2738 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
2744 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
DTextView.java6252 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/
DFindActionModeCallback.java87 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in setText()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java83 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setSuggestionSpan()
/frameworks/base/core/java/android/content/res/
DStringBlock.java258 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
/frameworks/base/non-updatable-api/
Dcurrent.txt47424 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
/frameworks/base/api/
Dcurrent.txt47568 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12