Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DSpannableStringUtilsTests.java117 final int SPAN2_FLAGS = Spanned.SPAN_EXCLUSIVE_INCLUSIVE; in testSplitCharSequenceWithSpan() local
120 spannableString.setSpan(span2, 0, 5, SPAN2_FLAGS); in testSplitCharSequenceWithSpan()
140 assertSpan(charSequencesFromSpanned[0], span2, 0, 0, SPAN2_FLAGS); in testSplitCharSequenceWithSpan()
151 assertSpan(charSequencesFromSpanned[1], span2, 0, 1, SPAN2_FLAGS); in testSplitCharSequenceWithSpan()
162 assertSpan(charSequencesFromSpanned[2], span2, 0, 2, SPAN2_FLAGS); in testSplitCharSequenceWithSpan()