Home
last modified time | relevance | path

Searched refs:SPAN_EXCLUSIVE_INCLUSIVE (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DSpanned.java116 public static final int SPAN_EXCLUSIVE_INCLUSIVE = SPAN_POINT_POINT; field
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DInsertModeTransformationMethodTest.java555 text.setSpan(span2, 2, 4, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in transformedText_getSpanFlag()
564 assertThat(transformedText.getSpanFlags(span2)).isEqualTo(Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in transformedText_getSpanFlag()
577 text.setSpan(span2, 1, 4, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in transformedText_nextSpanTransition()
601 text.setSpan(span2, 1, 4, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in transformedText_nextSpanTransition_singleLine()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java67 foo.setSpan("foo", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE); in testBasic()
70 bar.setSpan("bar", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE); in testBasic()
73 baz.setSpan("baz", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE); in testBasic()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DTextAppearanceInfoTest.java157 spannableText.setSpan(styleSpan, 1, 2, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in testCreateFromTextView_withSpan2()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java497 Spannable.SPAN_EXCLUSIVE_INCLUSIVE); in getSmallTime()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47596 field public static final int SPAN_EXCLUSIVE_INCLUSIVE = 34; // 0x22