Home
last modified time | relevance | path

Searched refs:newCursorPos (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java7426 CharSequence newText, int newTextInsertAt, int newCursorPos) { in modifyText() argument
7440 if (0 <= newCursorPos && newCursorPos <= text.length()) { in modifyText()
7441 Selection.setSelection(text, newCursorPos); in modifyText()