Home
last modified time | relevance | path

Searched refs:candidatesStart (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl38 int candidatesStart, int candidatesEnd); in updateSelection() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java63 int candidatesStart, int candidatesEnd); in updateSelection() argument
DInputMethodManager.java1495 int candidatesStart, int candidatesEnd) { in updateSelection() argument
1505 || mCursorCandStart != candidatesStart in updateSelection()
1518 mCursorCandStart = candidatesStart; in updateSelection()
1521 selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java171 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { in updateSelection() argument
174 candidatesStart, candidatesEnd)); in updateSelection()
DInputMethodService.java505 int candidatesStart, int candidatesEnd) { in updateSelection() argument
510 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
1728 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument