Searched refs:capturedEvents (Results 1 – 1 of 1) sorted by relevance
562 final ArrayList<MotionEvent> capturedEvents = new ArrayList<>(); in testHandwritingStylusEvents() local564 e -> capturedEvents.addAll(TestUtils.splitBatchedMotionEvent(e))); in testHandwritingStylusEvents()567 assertEquals(injectedEvents.size(), capturedEvents.size()); in testHandwritingStylusEvents()572 Iterator<MotionEvent> capturedIt = capturedEvents.iterator(); in testHandwritingStylusEvents()