Searched refs:csEnd (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/android/text/ |
H A D | SpannableStringBuilder.java | 326 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { in change() argument 329 final int replacementLength = csEnd - csStart; in change() 400 TextUtils.getChars(cs, csStart, csEnd, mText, start); in change() 421 Object[] spans = sp.getSpans(csStart, csEnd, Object.class); in change() 428 if (en > csEnd) en = csEnd; in change()
|