HomeSort by relevance Sort by last modified time
    Searched refs:onUpdateSelection (Results 1 - 2 of 2) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 274 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd,
277 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
  /development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
ClientCallbackImpl.java 213 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd,

Completed in 84 milliseconds