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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEN.java364 int candidatesEnd) {
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
632 boolean isNotComposing = ((candidatesStart < 0) && (candidatesEnd < 0));

Completed in 1560 milliseconds