Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java7853 CharSequence newText, int newTextInsertAt, int newCursorPos) { in modifyText() argument
7867 if (0 <= newCursorPos && newCursorPos <= text.length()) { in modifyText()
7868 Selection.setSelection(text, newCursorPos); in modifyText()