Home
last modified time | relevance | path

Searched refs:candidatesStart (Results 1 – 6 of 6) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/
DInProcIme.java54 int candidatesStart, int candidatesEnd); in onUpdateSelection() argument
68 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
69 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in onUpdateSelection()
73 newSelEnd, candidatesStart, candidatesEnd); in onUpdateSelection()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubImeAccessibilityService.java57 int candidatesStart, int candidatesEnd); in onUpdateSelection() argument
86 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
87 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in onUpdateSelection()
100 newSelEnd, candidatesStart, candidatesEnd); in onUpdateSelection()
DAccessibilityImeTest.java217 newSelStart, newSelEnd, candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java174 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument
176 candidatesStart, candidatesEnd, in onUpdateSelection()
178 candidatesStart, candidatesEnd)); in onUpdateSelection()
461 int candidatesStart, int candidatesEnd, @NonNull Runnable runnable) { in onUpdateSelection() argument
467 arguments.putInt("candidatesStart", candidatesStart); in onUpdateSelection()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java152 candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessIme() argument
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1209 int candidatesStart, int candidatesEnd) {
1211 candidatesStart, candidatesEnd,
1213 candidatesStart, candidatesEnd));
1617 int candidatesStart,
1625 arguments.putInt("candidatesStart", candidatesStart);