Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java276 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
278 candidatesStart, candidatesEnd); in onUpdateSelection()
282 if (mComposing.length() > 0 && (newSelStart != candidatesEnd in onUpdateSelection()
283 || newSelEnd != candidatesEnd)) { in onUpdateSelection()