Home
last modified time | relevance | path

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

/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DBatchedEventSplitter.kt38 unprocessedMotionEvents.addAll(splitBatchedMotionEvent(event)) in invoke()
54 fun splitBatchedMotionEvent(event: MotionEvent): List<MotionEvent> { in splitBatchedMotionEvent() method
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
H A DInputTestCase.java19 import static com.android.cts.input.BatchedEventSplitterKt.splitBatchedMotionEvent;
379 for (MotionEvent event : splitBatchedMotionEvent(ev)) { in onMotionEvent()
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumerNoResampling_test.cpp570 std::vector<MotionEvent> splitBatchedMotionEvent(const MotionEvent& batchedMotionEvent) { in splitBatchedMotionEvent() function
655 std::vector<MotionEvent> splitMotionEvents = splitBatchedMotionEvent(*batchedMotionEvent); in publishAndConsumeSinglePointerMultipleSamples()
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
H A DTestUtils.java621 public static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in TestUtils
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DStylusHandwritingTest.java571 e -> capturedEvents.addAll(TestUtils.splitBatchedMotionEvent(e))); in testHandwritingStylusEvents()