Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java275 int newSelStart, int newSelEnd, in onUpdateSelection() argument
277 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()
283 || newSelEnd != candidatesEnd)) { in onUpdateSelection()