Home
last modified time | relevance | path

Searched refs:splitBatchedMotionEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java354 private static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in InputTestCase
432 for (MotionEvent event : splitBatchedMotionEvent(ev)) { in onMotionEvent()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java582 public static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in TestUtils
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java564 e -> capturedEvents.addAll(TestUtils.splitBatchedMotionEvent(e))); in testHandwritingStylusEvents()