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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java58 * @param candidatesEnd 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.java1282 int candidatesStart, int candidatesEnd) {
1293 || mCursorCandEnd != candidatesEnd) {
1299 selStart, selEnd, candidatesStart, candidatesEnd);
1303 mCursorCandEnd = candidatesEnd;
1281 updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java170 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
173 candidatesStart, candidatesEnd));
169 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
H A DInputMethodService.java484 int candidatesStart, int candidatesEnd) {
489 newSelStart, newSelEnd, candidatesStart, candidatesEnd);
1621 int candidatesStart, int candidatesEnd) {
482 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
1619 onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument

Completed in 387 milliseconds