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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DResearchLogger.java951 "oldSelEnd", "newSelStart", "newSelEnd", "composingSpanStart", "composingSpanEnd",
956 final int newSelStart, final int newSelEnd, final int composingSpanStart,
971 newSelEnd, composingSpanStart, composingSpanEnd, expectingUpdateSelection,
954 latinIME_onUpdateSelection(final int lastSelectionStart, final int lastSelectionEnd, final int oldSelStart, final int oldSelEnd, final int newSelStart, final int newSelEnd, final int composingSpanStart, final int composingSpanEnd, final boolean expectingUpdateSelection, final boolean expectingUpdateSelectionFromLogger, final RichInputConnection connection) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java848 final int composingSpanStart, final int composingSpanEnd) {
850 composingSpanStart, composingSpanEnd);
858 + ", cs=" + composingSpanStart
865 oldSelStart, oldSelEnd, newSelStart, newSelEnd, composingSpanStart,
882 // if composingSpanStart and composingSpanEnd are -1, it means there is no composing
887 final boolean noComposingSpan = composingSpanStart == -1 && composingSpanEnd == -1;
846 onUpdateSelection(final int oldSelStart, final int oldSelEnd, final int newSelStart, final int newSelEnd, final int composingSpanStart, final int composingSpanEnd) argument

Completed in 109 milliseconds