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