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.java1495 int candidatesStart, int candidatesEnd) {
1506 || mCursorCandEnd != candidatesEnd) {
1519 mCursorCandEnd = candidatesEnd;
1521 selStart, selEnd, candidatesStart, candidatesEnd);
1494 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.java505 int candidatesStart, int candidatesEnd) {
510 newSelStart, newSelEnd, candidatesStart, candidatesEnd);
1728 int candidatesStart, int candidatesEnd) {
503 updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
1726 onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument

Completed in 105 milliseconds