Searched refs:candidatesStart (Results 1 – 3 of 3) sorted by relevance
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | EventMonitor.java | 70 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument 74 mCompositionStart = candidatesStart; in onUpdateSelection()
|
D | SampleInputMethodAccessibilityService.java | 69 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/ |
D | SoftKeyboard.java | 316 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument 318 candidatesStart, candidatesEnd); in onUpdateSelection()
|