Home
last modified time | relevance | path

Searched refs:newSelStart (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java368 int newSelStart, int newSelEnd, in onUpdateSelection() argument
370 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()
374 if (mComposing.length() > 0 && mPredicting && (newSelStart != candidatesEnd in onUpdateSelection()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java348 int newSelStart, int newSelEnd, int candidatesStart, in onUpdateSelection() argument
DOpenWnnJAJP.java534 …@Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSe… in onUpdateSelection() argument
538 if (newSelStart != newSelEnd) { in onUpdateSelection()