Searched defs:updatedIntervalBound (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java367 mSpanStarts[i] = updatedIntervalBound(mSpanStarts[i], start, nbNewChars, startFlag,
371 mSpanEnds[i] = updatedIntervalBound(mSpanEnds[i], start, nbNewChars, endFlag,
398 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, method in class:SpannableStringBuilder

Completed in 51 milliseconds