Searched refs:capturedBatchedEvents (Results 1 – 1 of 1) sorted by relevance
558 final ArrayList<MotionEvent> capturedBatchedEvents = expectCommand( in testHandwritingStylusEvents() local561 assertNotNull(capturedBatchedEvents); in testHandwritingStylusEvents()563 capturedBatchedEvents.forEach( in testHandwritingStylusEvents()1242 final ArrayList<MotionEvent> capturedBatchedEvents = in waitForStylusAction() local1245 assertNotNull(capturedBatchedEvents); in waitForStylusAction()1246 assertFalse("captured events shouldn't be empty", capturedBatchedEvents.isEmpty()); in waitForStylusAction()1248 MotionEvent lastEvent = capturedBatchedEvents.get(capturedBatchedEvents.size() - 1); in waitForStylusAction()1249 for (MotionEvent event : capturedBatchedEvents) { in waitForStylusAction()