Searched refs:splitBatchedMotionEvent (Results 1 – 5 of 5) 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()
570 std::vector<MotionEvent> splitBatchedMotionEvent(const MotionEvent& batchedMotionEvent) { in splitBatchedMotionEvent() function655 std::vector<MotionEvent> splitMotionEvents = splitBatchedMotionEvent(*batchedMotionEvent); in publishAndConsumeSinglePointerMultipleSamples()
621 public static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in TestUtils
571 e -> capturedEvents.addAll(TestUtils.splitBatchedMotionEvent(e))); in testHandwritingStylusEvents()