Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java372 public static void injectStylusHoverEvents(@NonNull View view, int x, int y) { in injectStylusHoverEvents() method in TestUtils
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java437 TestUtils.injectStylusHoverEvents(editText, startX, startY); in testStylusHoverInitInkWindow()