Searched refs:candidatesEnd (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 36 int candidatesStart, int candidatesEnd); in updateSelection() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSession.java | 63 int candidatesStart, int candidatesEnd); in updateSelection() argument
|
D | InputMethodManager.java | 2076 int candidatesStart, int candidatesEnd) { in updateSelection() argument 2080 fallbackImm.updateSelection(view, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection() 2094 || mCursorCandEnd != candidatesEnd) { in updateSelection() 2107 mCursorCandEnd = candidatesEnd; in updateSelection() 2109 selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 169 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument 172 candidatesStart, candidatesEnd)); in updateSelection()
|
D | MultiClientInputMethodServiceDelegate.java | 203 int candidatesStart, int candidatesEnd); in onUpdateSelection() argument
|
D | MultiClientInputMethodClientCallbackAdaptor.java | 208 int candidatesStart, int candidatesEnd) { in updateSelection() argument 219 args.argi6 = candidatesEnd; in updateSelection()
|
D | InputMethodService.java | 716 int candidatesStart, int candidatesEnd) { in updateSelection() argument 721 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection() 2200 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
|