Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DSpannableStringUtilsTests.java118 final int SPAN3_FLAGS = Spanned.SPAN_INCLUSIVE_INCLUSIVE; in testSplitCharSequenceWithSpan() local
121 spannableString.setSpan(span3, 12, 13, SPAN3_FLAGS); in testSplitCharSequenceWithSpan()
181 assertSpan(charSequencesFromSpanned[4], span3, 1, 2, SPAN3_FLAGS); in testSplitCharSequenceWithSpan()