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.java1470 int candidatesStart, int candidatesEnd) { in updateSelection() argument
1480 || mCursorCandStart != candidatesStart in updateSelection()
1493 mCursorCandStart = candidatesStart; in updateSelection()
1496 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.java494 int candidatesStart, int candidatesEnd) { in updateSelection() argument
499 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in updateSelection()
1684 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument