Searched refs:newCursorPos (Results 1 – 1 of 1) sorted by relevance
7426 CharSequence newText, int newTextInsertAt, int newCursorPos) { in modifyText() argument7440 if (0 <= newCursorPos && newCursorPos <= text.length()) { in modifyText()7441 Selection.setSelection(text, newCursorPos); in modifyText()