Searched defs:newCursorPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java6789 CharSequence newText, int newTextInsertAt, int newCursorPos) {
6800 // Restore the cursor position. If there wasn't an old cursor (newCursorPos == -1) then
6803 if (0 <= newCursorPos && newCursorPos <= text.length()) {
6804 Selection.setSelection(text, newCursorPos);
6788 modifyText(Editable text, int deleteFrom, int deleteTo, CharSequence newText, int newTextInsertAt, int newCursorPos) argument

Completed in 39 milliseconds