Home
last modified time | relevance | path

Searched defs:newSelEnd (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java51 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection()
62 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in doUpdateSelection()
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection()
DInputMethod.java135 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection()
510 int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl35 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl38 int newSelStart, int newSelEnd, in updateSelection()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java65 int newSelStart, int newSelEnd, in updateSelection()
DEditorInfo.java876 int newSelEnd = Math.min(selEnd - offset, length); in getInitialSurroundingText() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java183 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection()
DInputMethodService.java1180 int newSelStart, int newSelEnd, in updateSelection()
2897 int newSelStart, int newSelEnd, in onUpdateSelection()
/frameworks/base/core/java/android/widget/
DTextView.java11193 int newSelStart = -1, newSelEnd = -1; in spanChange() local