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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEN.java363 int newSelStart, int newSelEnd, int candidatesStart,
366 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0));
362 onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) argument
H A DOpenWnnJAJP.java608 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { argument
610 mComposingStartCursor = (candidatesStart < 0) ? newSelEnd : candidatesStart;
632 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0));

Completed in 68 milliseconds