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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1022 final int composingSpanStart, final int composingSpanEnd) {
1024 composingSpanStart, composingSpanEnd);
1028 + ", cs=" + composingSpanStart + ", ce=" + composingSpanEnd);
1020 onUpdateSelection(final int oldSelStart, final int oldSelEnd, final int newSelStart, final int newSelEnd, final int composingSpanStart, final int composingSpanEnd) argument

Completed in 91 milliseconds