Home
last modified time | relevance | path

Searched refs:injectStylusEvents (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java312 public static void injectStylusEvents(@NonNull View view) { in injectStylusEvents() method in TestUtils
315 injectStylusEvents(view, offsetX, offsetY); in injectStylusEvents()
518 public static void injectStylusEvents(@NonNull View view, int x, int y) { in injectStylusEvents() method in TestUtils
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java836 TestUtils.injectStylusEvents(editText); in testAutoHandwritingDisabled()
873 TestUtils.injectStylusEvents(editText, editText.getWidth() / 2, in testAutoHandwritingOutOfBound()