Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DSpannableStringUtilsTests.java116 final int SPAN1_FLAGS = Spanned.SPAN_EXCLUSIVE_EXCLUSIVE; in testSplitCharSequenceWithSpan() local
119 spannableString.setSpan(span1, 0, 7, SPAN1_FLAGS); in testSplitCharSequenceWithSpan()
139 assertSpan(charSequencesFromSpanned[0], span1, 0, 0, SPAN1_FLAGS); in testSplitCharSequenceWithSpan()
150 assertSpan(charSequencesFromSpanned[1], span1, 0, 1, SPAN1_FLAGS); in testSplitCharSequenceWithSpan()
161 assertSpan(charSequencesFromSpanned[2], span1, 0, 3, SPAN1_FLAGS); in testSplitCharSequenceWithSpan()