Home
last modified time | relevance | path

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

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DEventMonitor.java70 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
75 mCompositionEnd = candidatesEnd; in onUpdateSelection()
DSampleInputMethodAccessibilityService.java69 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
71 newSelStart, newSelEnd, candidatesStart, candidatesEnd)); in onUpdateSelection()
73 newSelStart, newSelEnd, candidatesStart, candidatesEnd); in onUpdateSelection()
/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()