Searched refs:candidatesStart (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 69 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, 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 87 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, 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 467 arguments.putInt("candidatesStart", candidatesStart); 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)); 1617 int candidatesStart, 1625 arguments.putInt("candidatesStart", candidatesStart);
|