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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DResearchLogger.java1150 final int savedSelectionStart, final int savedSelectionEnd, final InputConnection ic) {
1167 if (savedSelectionStart != -1 && savedSelectionEnd != -1) {
1168 ic.setSelection(savedSelectionStart, savedSelectionEnd);
1149 latinIME_onFinishInputViewInternal(final boolean finishingInput, final int savedSelectionStart, final int savedSelectionEnd, final InputConnection ic) argument

Completed in 35 milliseconds