Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java314 private static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in InputTestCase
387 for (MotionEvent event : splitBatchedMotionEvent(ev)) { in onMotionEvent()