Searched refs:splitBatchedMotionEvent (Results 1 – 3 of 3) sorted by relevance
354 private static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in InputTestCase432 for (MotionEvent event : splitBatchedMotionEvent(ev)) { in onMotionEvent()
582 public static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in TestUtils
564 e -> capturedEvents.addAll(TestUtils.splitBatchedMotionEvent(e))); in testHandwritingStylusEvents()