Searched refs:initialEvent (Results 1 – 1 of 1) sorted by relevance
227 final MotionEvent initialEvent = Mockito.mock(MotionEvent.class); in testConfigurationListenerUpdatesBounds() local228 when(initialEvent.getX()).thenReturn(0.0f); in testConfigurationListenerUpdatesBounds()229 when(initialEvent.getY()).thenReturn(0.0f); in testConfigurationListenerUpdatesBounds()230 environment.publishInputEvent(initialEvent); in testConfigurationListenerUpdatesBounds()243 final MotionEvent initialEvent = Mockito.mock(MotionEvent.class); in testReportedDisplayBounds() local244 when(initialEvent.getX()).thenReturn(0.0f); in testReportedDisplayBounds()245 when(initialEvent.getY()).thenReturn(0.0f); in testReportedDisplayBounds()246 environment.publishInputEvent(initialEvent); in testReportedDisplayBounds()275 final MotionEvent initialEvent = Mockito.mock(MotionEvent.class); in testEntryTouchZone() local276 when(initialEvent.getX()).thenReturn(0.0f); in testEntryTouchZone()[all …]