Searched refs:newStart (Results 1 – 5 of 5) sorted by relevance
75 public CharSequence subSequence(int newStart, int newEnd) {76 newStart -= start;78 validate(newStart, newEnd, length());79 return forAsciiBytes(bytes, newStart, newEnd);
328 public Builder setSelectionRange(final int newStart, final int newEnd) { in setSelectionRange() argument329 mSelectionStart = newStart; in setSelectionRange()
2450 int newStart = 0; in constrainNitsAndBacklightArrays() local2453 newStart = i; in constrainNitsAndBacklightArrays()2460 for (int i = newStart; i < mRawBacklight.length && !isLastValue; i++) { in constrainNitsAndBacklightArrays()2461 newIndex = i - newStart; in constrainNitsAndBacklightArrays()
3543 int newStart, int newEnd) { in onSpanChanged() argument
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...