Home
last modified time | relevance | path

Searched refs:oldSelStart (Results 1 – 2 of 2) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DClientCallbackImpl.java213 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() argument
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java274 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() argument
277 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()