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