Searched defs:newStart (Results 1 – 3 of 3) sorted by relevance
188 long newStart = 0; // recalculate endpoints as we go in remove() local215 long newStart = 0; // recalculate endpoints as we go in remove() local242 long newStart = 0; // recalculate endpoints as we go in remove() local
6928 int newStart = start; in moveCursorToVisibleOffset() local6936 Selection.setSelection((Spannable)mText, newStart); in moveCursorToVisibleOffset() local7475 void spanChange(Spanned buf, Object what, int oldStart, int newStart, int oldEnd, int newEnd) { in spanChange()7489 invalidateCursor(Selection.getSelectionStart(buf), oldStart, newStart); in spanChange() local
1988 int newStart, int newEnd) { in onSpanChanged()