Home
last modified time | relevance | path

Searched refs:candidatesStart (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
74 mCompositionStart = candidatesStart; 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()