Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java161 when(initialEvent.getX()).thenReturn(0.0f); in testReportedDisplayBounds()
162 when(initialEvent.getY()).thenReturn(0.0f); in testReportedDisplayBounds()
163 environment.publishInputEvent(initialEvent); in testReportedDisplayBounds()
192 when(initialEvent.getX()).thenReturn(0.0f); in testEntryTouchZone()
193 when(initialEvent.getY()).thenReturn(1.0f); in testEntryTouchZone()
198 when(initialEvent.getX()).thenReturn(5.0f); in testEntryTouchZone()
199 when(initialEvent.getY()).thenReturn(5.0f); in testEntryTouchZone()
221 when(initialEvent.getX()).thenReturn(0.0f); in testSessionCount()
222 when(initialEvent.getY()).thenReturn(1.0f); in testSessionCount()
238 when(initialEvent.getX()).thenReturn(5.0f); in testSessionCount()
[all …]