Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualTouchscreenTest.java126 createMotionEvent(MotionEvent.ACTION_HOVER_ENTER, x0, y0), in sendHoverEvents()
127 createMotionEvent(MotionEvent.ACTION_HOVER_MOVE, x0, y0), in sendHoverEvents()
128 createMotionEvent(MotionEvent.ACTION_HOVER_MOVE, x0, y1), in sendHoverEvents()
129 createMotionEvent(MotionEvent.ACTION_HOVER_MOVE, x1, y1), in sendHoverEvents()
130 createMotionEvent(MotionEvent.ACTION_HOVER_EXIT, x1, y1))); in sendHoverEvents()
162 private MotionEvent createMotionEvent(int action, float x, float y) { in createMotionEvent() method in VirtualTouchscreenTest
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubMotionInterceptingAccessibilityService.java94 uiAutomation.injectInputEventToInputFilter(createMotionEvent(canarySource)); in setAndAwaitMotionEventSources()
121 uiAutomation.injectInputEventToInputFilter(createMotionEvent(source)); in injectAndAwaitMotionEvent()
136 private MotionEvent createMotionEvent(int source) { in createMotionEvent() method in StubMotionInterceptingAccessibilityService