Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java558 final ArrayList<MotionEvent> capturedBatchedEvents = expectCommand( in testHandwritingStylusEvents() local
561 assertNotNull(capturedBatchedEvents); in testHandwritingStylusEvents()
563 capturedBatchedEvents.forEach( in testHandwritingStylusEvents()
1242 final ArrayList<MotionEvent> capturedBatchedEvents = in waitForStylusAction() local
1245 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()