Searched defs:candidatesStart (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java56 * @param candidatesStart The text offset of the current candidate
63 int candidatesStart, int candidatesEnd);
61 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
H A DInputMethodManager.java1470 int candidatesStart, int candidatesEnd) {
1480 || mCursorCandStart != candidatesStart
1493 mCursorCandStart = candidatesStart;
1496 selStart, selEnd, candidatesStart, candidatesEnd);
1469 updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java171 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
174 candidatesStart, candidatesEnd));
170 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
H A DInputMethodService.java494 int candidatesStart, int candidatesEnd) {
499 newSelStart, newSelEnd, candidatesStart, candidatesEnd);
1684 int candidatesStart, int candidatesEnd) {
492 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
1682 onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument

Completed in 125 milliseconds