Searched refs:exceptionStart (Results 1 – 1 of 1) sorted by relevance
193 final int exceptionStart = TextUtils.indexOf(s, exception); in verySmallSpanExcept() local194 if (exceptionStart == -1) { in verySmallSpanExcept()197 if (exceptionStart > 0) { in verySmallSpanExcept()198 s.setSpan(new RelativeSizeSpan(SIZE), 0, exceptionStart, FLAGS); in verySmallSpanExcept()200 final int exceptionEnd = exceptionStart + exception.length(); in verySmallSpanExcept()