Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java502 final MotionEvent followupEvent = Mockito.mock(MotionEvent.class); in testPush() local
503 environment.publishInputEvent(followupEvent); in testPush()
505 verify(eventListener).onInputEvent(eq(followupEvent)); in testPush()
634 final MotionEvent followupEvent = Mockito.mock(MotionEvent.class); in testPilfering() local
636 onGestureListener -> onGestureListener.onDown(followupEvent)); in testPilfering()
639 verify(gestureListener2).onDown(eq(followupEvent)); in testPilfering()