Home
last modified time | relevance | path

Searched refs:candidatesStart (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java608 …(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidat… in onUpdateSelection() argument
610 mComposingStartCursor = (candidatesStart < 0) ? newSelEnd : candidatesStart; in onUpdateSelection()
632 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0)); in onUpdateSelection()
DOpenWnnEN.java363 int newSelStart, int newSelEnd, int candidatesStart, in onUpdateSelection() argument
366 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0)); in onUpdateSelection()