Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl36 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java63 int candidatesStart, int candidatesEnd); in updateSelection() argument
DInputMethodManager.java2076 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/
DIInputMethodSessionWrapper.java169 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
172 candidatesStart, candidatesEnd)); in updateSelection()
DMultiClientInputMethodServiceDelegate.java203 int candidatesStart, int candidatesEnd); in onUpdateSelection() argument
DMultiClientInputMethodClientCallbackAdaptor.java208 int candidatesStart, int candidatesEnd) { in updateSelection() argument
219 args.argi6 = candidatesEnd; in updateSelection()
DInputMethodService.java716 int candidatesStart, int candidatesEnd) { in updateSelection() argument
721 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
2200 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument