Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java193 final int exceptionStart = TextUtils.indexOf(s, exception); in verySmallSpanExcept() local
194 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()