/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A 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()
|
H A D | TextUtilsTest.java | 682 str.setSpan(span, 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testToUpperCase() 693 assertEquals(Spanned.SPAN_INCLUSIVE_INCLUSIVE, spanned.getSpanFlags(span)); in testToUpperCase() 707 str.setSpan(new Object(), 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testToUpperCase() 721 final int flags = Spanned.SPAN_INCLUSIVE_INCLUSIVE; in testToUpperCase_SpansArePreserved()
|
H A D | StaticLayoutTest.java | 752 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLocaleSpanAffectsHyphenation() 771 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLocaleSpanAffectsHyphenation() 786 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLocaleSpanAffectsHyphenation()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/spannable/ |
H A D | ContentWithLearnMoreSpanner.java | 84 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in create() 90 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in create()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/ |
H A D | LocaleSpanCompatUtilsTests.java | 149 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE); in testUpdateLocaleSpan() 153 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE); in testUpdateLocaleSpan() 160 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE); in testUpdateLocaleSpan() 171 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE); in testUpdateLocaleSpan()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | AddAccessoryContentFragment.java | 79 SpannableString.SPAN_INCLUSIVE_INCLUSIVE); in updateExtraDescription() 91 SpannableString.SPAN_INCLUSIVE_INCLUSIVE); in updateExtraDescription()
|
/aosp12/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
H A D | JobInfoRowArrayAdapter.java | 135 sb.setSpan(new ForegroundColorSpan(color), start, end, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyColorAndBoldness() 136 sb.setSpan(new StyleSpan(BOLD), start, end, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyColorAndBoldness()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | Spanned.java | 101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
|
H A D | Selection.java | 114 text.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in updateMemory()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/style/ |
H A D | UnderlineSpanTest.java | 52 text.setSpan(new RedUnderlineSpan(), 0, 1, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testDoesntAffectWidth_colorUnderlineSubclass()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 377 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_getFullLengthSpanColor_worksWithFullAndPartialSpans() 392 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_getFullLengthSpanColor_worksWithTextAppearance() 404 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans() 409 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_ensureColorSpanContrast_removesAllFullLengthColorSpans() 453 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBuilder_ensureColorSpanContrast_worksWithComplexInput()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 228 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onKeyDown() 264 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in Timeout()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A 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()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
H A D | LinkifySummaryPreferenceTest.java | 92 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in onBindViewHolder_linkedSummary_shouldSetMovementMethod()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/ |
H A D | QueryBoldingUtil.java | 109 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in getNameWithInitialsBolded()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | LocaleSpanCompatUtils.java | 216 : Spanned.SPAN_INCLUSIVE_INCLUSIVE; in getSpanPointMarkFlag()
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | FindActionModeCallback.java | 87 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in setText()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | SpannableStringUtilsTests.java | 118 final int SPAN3_FLAGS = Spanned.SPAN_INCLUSIVE_INCLUSIVE; in testSplitCharSequenceWithSpan()
|
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
H A D | UtilsTest.java | 396 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLinkifyAnnotation_annotation_returnTextWithClickableSpan() 414 Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText()
|
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/ |
H A D | DataUsageSummary.java | 225 final int FLAGS = Spannable.SPAN_INCLUSIVE_INCLUSIVE; in formatUsage()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | EnterPasswordState.java | 209 SpannableString.SPAN_INCLUSIVE_INCLUSIVE); in onCreateView()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | IccNetworkDepersonalizationPanel.java | 201 span.setSpan(mPinEntryWatcher, 0, text.length(), Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onCreate()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | StringBlock.java | 282 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | SuggestionsPopupWindowTest.java | 85 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setSuggestionSpan()
|