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.java1168 int candidatesStart, int candidatesEnd) {
1178 || mCursorCandStart != candidatesStart
1185 selStart, selEnd, candidatesStart, candidatesEnd);
1188 mCursorCandStart = candidatesStart;
1167 updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java164 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
167 candidatesStart, candidatesEnd));
163 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
H A DInputMethodService.java442 int candidatesStart, int candidatesEnd) {
447 newSelStart, newSelEnd, candidatesStart, candidatesEnd);
1516 int candidatesStart, int candidatesEnd) {
440 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
1514 onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument

Completed in 47 milliseconds