Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java51 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
54 candidatesEnd); in updateSelection()
57 newSelEnd, candidatesStart, candidatesEnd)); in updateSelection()
62 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in doUpdateSelection() argument
66 candidatesEnd); in doUpdateSelection()
DInputMethod.java135 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
510 int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
513 newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
DAccessibilityInputMethodSession.java27 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java66 int candidatesStart, int candidatesEnd) { in updateSelection() argument
69 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
DInputMethodSessionWrapper.java128 int candidatesStart, int candidatesEnd) { in updateSelection() argument
131 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
DInputMethodSession.java66 int candidatesStart, int candidatesEnd); in updateSelection() argument
DInputMethodManager.java2636 int candidatesStart, int candidatesEnd) { in updateSelection() argument
2640 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
2657 || mCursorCandEnd != candidatesEnd) { in updateSelection()
2671 mCursorCandEnd = candidatesEnd; in updateSelection()
2673 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
2675 oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl36 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl39 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java183 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
186 candidatesStart, candidatesEnd)); in updateSelection()
DInputMethodService.java1181 int candidatesStart, int candidatesEnd) { in updateSelection() argument
1186 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
2898 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument