Home
last modified time | relevance | path

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

/cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/
DTouchableInsetsProviderTest.java167 injectInputEvent(obtainMotionEvent(MotionEvent.ACTION_DOWN, view, x, y)); in tapOnView()
168 injectInputEvent(obtainMotionEvent(MotionEvent.ACTION_UP, view, x, y)); in tapOnView()
172 private static MotionEvent obtainMotionEvent(int action, View view, int x, int y) { in obtainMotionEvent() method in TouchableInsetsProviderTest
/cts/tests/tests/car/src/android/car/cts/
DCarDisplayInputLockTest.java268 injectMotionEvent(obtainMotionEvent(InputDevice.SOURCE_TOUCHSCREEN, in tapOnDisplay()
270 injectMotionEvent(obtainMotionEvent(InputDevice.SOURCE_TOUCHSCREEN, in tapOnDisplay()
291 return obtainMotionEvent(InputDevice.SOURCE_MOUSE, target, action, displayId); in obtainMouseEvent()
294 private static MotionEvent obtainMotionEvent(int source, View target, int action, in obtainMotionEvent() method in CarDisplayInputLockTest
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java204 injectMotionEvent(obtainMotionEvent(source, target, action, offsetX, offsetY)); in injectHoverEvent()
229 return obtainMotionEvent(InputDevice.SOURCE_MOUSE, target, action, offsetX, offsetY); in obtainMouseEvent()
232 private static MotionEvent obtainMotionEvent( in obtainMotionEvent() method in TooltipTest