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