/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityInputMethodSessionWrapper.java | 51 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()
|
D | InputMethod.java | 135 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()
|
D | AccessibilityInputMethodSession.java | 27 int candidatesStart, int candidatesEnd); in updateSelection() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | IAccessibilityInputMethodSessionInvoker.java | 66 int candidatesStart, int candidatesEnd) { in updateSelection() argument 69 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
|
D | InputMethodSessionWrapper.java | 128 int candidatesStart, int candidatesEnd) { in updateSelection() argument 131 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
|
D | InputMethodSession.java | 66 int candidatesStart, int candidatesEnd); in updateSelection() argument
|
D | InputMethodManager.java | 2636 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/ |
D | IAccessibilityInputMethodSession.aidl | 36 int candidatesStart, int candidatesEnd); in updateSelection() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 39 int candidatesStart, int candidatesEnd); in updateSelection() argument
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 183 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument 186 candidatesStart, candidatesEnd)); in updateSelection()
|
D | InputMethodService.java | 1181 int candidatesStart, int candidatesEnd) { in updateSelection() argument 1186 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection() 2898 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
|