Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java227 final MotionEvent initialEvent = Mockito.mock(MotionEvent.class); in testConfigurationListenerUpdatesBounds() local
228 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() local
244 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() local
276 when(initialEvent.getX()).thenReturn(0.0f); in testEntryTouchZone()
[all …]