Searched refs:newTextInsertAt (Results 1 – 1 of 1) sorted by relevance
7892 CharSequence newText, int newTextInsertAt, int newCursorPos) { in modifyText() argument7895 && newTextInsertAt <= text.length() - (deleteTo - deleteFrom)) { in modifyText()7900 text.insert(newTextInsertAt, newText); in modifyText()