Home
last modified time | relevance | path

Searched refs:oldSelEnd (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DResearchLogger.java552 final int lastSelectionEnd, final int oldSelStart, final int oldSelEnd, in latinIME_onUpdateSelection() argument
557 + ", ose=" + oldSelEnd in latinIME_onUpdateSelection()
DLatinIME.java766 public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() argument
769 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()
774 + ", ose=" + oldSelEnd in onUpdateSelection()
784 oldSelStart, oldSelEnd, newSelStart, newSelEnd, composingSpanStart, in onUpdateSelection()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java362 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() argument
DOpenWnnJAJP.java608 …@Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSe… in onUpdateSelection() argument
641 if ((((newSelEnd < oldSelEnd) || (commitEnd < newSelEnd)) && clearCommitInfo()) in onUpdateSelection()