Searched refs:SPAN3_FLAGS (Results 1 – 1 of 1) sorted by relevance
118 final int SPAN3_FLAGS = Spanned.SPAN_INCLUSIVE_INCLUSIVE; in testSplitCharSequenceWithSpan() local121 spannableString.setSpan(span3, 12, 13, SPAN3_FLAGS); in testSplitCharSequenceWithSpan()181 assertSpan(charSequencesFromSpanned[4], span3, 1, 2, SPAN3_FLAGS); in testSplitCharSequenceWithSpan()