/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 | 683 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()
|
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/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | NonSdkApiWrapperTest.java | 46 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLinkifyAnnotation_annotation_returnTextWithClickableSpan() 65 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText()
|
/frameworks/base/core/java/android/text/ |
D | Spanned.java | 101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
|
D | Selection.java | 115 text.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in updateMemory()
|
D | DynamicLayout.java | 632 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in generate()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | ContrastColorUtilTest.java | 103 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/ |
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()
|
D | InsertModeTransformationMethod.java | 139 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in getTransformation()
|
/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 | 3129 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers() 3135 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
|
D | TextView.java | 2901 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/ |
D | TextAppearanceInfoTest.java | 151 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/ |
D | FindActionModeCallback.java | 93 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 | 295 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 654 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 484 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_getFullLengthSpanColor_worksWithFullAndPartialSpans() 499 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_getFullLengthSpanColor_worksWithTextAppearance()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 10670 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE), in makeAction()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|
/frameworks/base/core/api/ |
D | current.txt | 48048 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|