Home
last modified time | relevance | path

Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 – 24 of 24) 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.java683 str.setSpan(span, 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testToUpperCase()
694 assertEquals(Spanned.SPAN_INCLUSIVE_INCLUSIVE, spanned.getSpanFlags(span)); in testToUpperCase()
708 str.setSpan(new Object(), 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testToUpperCase()
722 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/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DNonSdkApiWrapperTest.java46 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLinkifyAnnotation_annotation_returnTextWithClickableSpan()
65 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText()
/frameworks/base/core/java/android/text/
DSpanned.java101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
DSelection.java115 text.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in updateMemory()
DDynamicLayout.java632 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in generate()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DContrastColorUtilTest.java103 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()
108 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans()
154 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()
/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()
DInsertModeTransformationMethod.java139 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in getTransformation()
/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.java3129 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
3135 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
DTextView.java2901 Spanned.SPAN_INCLUSIVE_INCLUSIVE in setTransformationMethodInternal()
7443 sp.setSpan(mChangeWatcher, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE in setText()
7450 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE in setText()
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DTextAppearanceInfoTest.java151 spannableText.setSpan(sizeSpan, 0, 3, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testCreateFromTextView_withSpan2()
160 spannableText.setSpan(typefaceSpan, 3, 3, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testCreateFromTextView_withSpan2()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java93 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.java295 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java654 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java484 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_getFullLengthSpanColor_worksWithFullAndPartialSpans()
499 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_getFullLengthSpanColor_worksWithTextAppearance()
/frameworks/base/core/java/android/app/
DNotification.java10670 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE), in makeAction()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
/frameworks/base/core/api/
Dcurrent.txt48048 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12