Searched defs:newSelStart (Results 1 – 7 of 7) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/inprocime/ |
D | InProcIme.java | 53 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() 67 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | StubImeAccessibilityService.java | 56 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() 85 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection()
|
D | AccessibilityImeTest.java | 217 newSelStart, newSelEnd, candidatesStart, candidatesEnd) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InProcessImeTest.java | 151 inProcIme.setOnUpdateSelectionListener((oldSelStart, oldSelEnd, newSelStart, newSelEnd, in testOnUpdateSelectionForInProcessIme() argument
|
D | AccessibilityInputMethodTest.java | 480 final int newSelStart = 1; in testInvalidateInputMain() local
|
D | InputMethodStartInputLifecycleTest.java | 556 final int newSelStart = 1; in testInvalidateInputMain() local
|
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/ |
D | MockA11yIme.java | 173 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() 460 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection()
|