Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java316 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
318 candidatesStart, candidatesEnd); in onUpdateSelection()
322 if (mComposing.length() > 0 && (newSelStart != candidatesEnd in onUpdateSelection()
323 || newSelEnd != candidatesEnd)) { in onUpdateSelection()
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DClientCallbackImpl.java206 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument