Searched refs:newSelStart (Results 1 – 2 of 2) sorted by relevance
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 275 int newSelStart, int newSelEnd, in onUpdateSelection() argument 277 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection() 282 if (mComposing.length() > 0 && (newSelStart != candidatesEnd in onUpdateSelection()
|
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | ClientCallbackImpl.java | 213 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() argument
|