Searched refs:candidatesEnd (Results 1 – 6 of 6) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/ |
D | InProcIme.java | 54 int candidatesStart, int candidatesEnd); in onUpdateSelection() argument 68 int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument 70 candidatesEnd); in onUpdateSelection() 73 newSelEnd, candidatesStart, candidatesEnd); in onUpdateSelection()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | StubImeAccessibilityService.java | 57 int candidatesStart, int candidatesEnd); in onUpdateSelection() argument 86 int newSelEnd, int candidatesStart, int candidatesEnd) { in onUpdateSelection() argument 88 candidatesEnd); in onUpdateSelection() 100 newSelEnd, candidatesStart, candidatesEnd); in onUpdateSelection()
|
D | AccessibilityImeTest.java | 217 newSelStart, newSelEnd, candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
|
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/ |
D | MockA11yIme.java | 174 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 468 arguments.putInt("candidatesEnd", candidatesEnd); in onUpdateSelection()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InProcessImeTest.java | 152 candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessIme() argument
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockIme.java | 1209 int candidatesStart, int candidatesEnd) { 1211 candidatesStart, candidatesEnd, 1213 candidatesStart, candidatesEnd)); 1618 int candidatesEnd, 1626 arguments.putInt("candidatesEnd", candidatesEnd);
|