Searched refs:splitBatchedMotionEvent (Results 1 – 4 of 4) sorted by relevance
38 unprocessedMotionEvents.addAll(splitBatchedMotionEvent(event)) in invoke()54 fun splitBatchedMotionEvent(event: MotionEvent): List<MotionEvent> { in splitBatchedMotionEvent() method
19 import static com.android.cts.input.BatchedEventSplitterKt.splitBatchedMotionEvent;379 for (MotionEvent event : splitBatchedMotionEvent(ev)) { in onMotionEvent()
595 public static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in TestUtils
574 e -> capturedEvents.addAll(TestUtils.splitBatchedMotionEvent(e))); in testHandwritingStylusEvents()