Searched defs:candidatesEnd (Results 1 – 5 of 5) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/ |
D | InProcIme.java | 54 int candidatesStart, int candidatesEnd); in onUpdateSelection() 68 int candidatesStart, int candidatesEnd) { in onUpdateSelection()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | StubImeAccessibilityService.java | 57 int candidatesStart, int candidatesEnd); in onUpdateSelection() 86 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection()
|
D | AccessibilityImeTest.java | 217 newSelStart, newSelEnd, candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InProcessImeTest.java | 152 candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessIme() argument
|
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/ |
D | MockA11yIme.java | 174 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() 461 int candidatesStart, int candidatesEnd, @NonNull Runnable runnable) { in onUpdateSelection()
|