Searched refs:candidatesStart (Results 1 – 2 of 2) sorted by relevance
608 …(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidat… in onUpdateSelection() argument610 mComposingStartCursor = (candidatesStart < 0) ? newSelEnd : candidatesStart; in onUpdateSelection()632 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0)); in onUpdateSelection()
363 int newSelStart, int newSelEnd, int candidatesStart, in onUpdateSelection() argument366 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0)); in onUpdateSelection()