Searched refs:followupEvent (Results 1 – 1 of 1) sorted by relevance
502 final MotionEvent followupEvent = Mockito.mock(MotionEvent.class); in testPush() local503 environment.publishInputEvent(followupEvent); in testPush()505 verify(eventListener).onInputEvent(eq(followupEvent)); in testPush()634 final MotionEvent followupEvent = Mockito.mock(MotionEvent.class); in testPilfering() local636 onGestureListener -> onGestureListener.onDown(followupEvent)); in testPilfering()639 verify(gestureListener2).onDown(eq(followupEvent)); in testPilfering()