Searched refs:sendTouchEvent (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | VirtualTouchscreenTest.java | 54 public void sendTouchEvent() { in sendTouchEvent() method in VirtualTouchscreenTest 73 mVirtualTouchscreen.sendTouchEvent(builder in sendTouchEvent() 96 mVirtualTouchscreen.sendTouchEvent(builder.build()); in sendTouchEvent() 102 mVirtualTouchscreen.sendTouchEvent(builder in sendTouchEvent() 140 () -> mVirtualTouchscreen.sendTouchEvent(new VirtualTouchEvent.Builder() in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException() 152 mVirtualTouchscreen.sendTouchEvent(new VirtualTouchEvent.Builder() in sendHoverEvent()
|
D | VirtualNavigationTouchpadTest.java | 59 public void sendTouchEvent() { in sendTouchEvent() method in VirtualNavigationTouchpadTest 63 mVirtualNavigationTouchpad.sendTouchEvent(new VirtualTouchEvent.Builder() in sendTouchEvent() 240 mVirtualNavigationTouchpad.sendTouchEvent(new VirtualTouchEvent.Builder() in sendVirtualNavigationTouchEvent()
|
D | VirtualDeviceMirrorDisplayTest.java | 240 touchscreen.sendTouchEvent(builder in virtualTouchscreen_touchEvent() 265 touchscreen.sendTouchEvent(builder.build()); in virtualTouchscreen_touchEvent() 272 touchscreen.sendTouchEvent(builder in virtualTouchscreen_touchEvent() 354 navigationTouchpad.sendTouchEvent(new VirtualTouchEvent.Builder() in virtualNavigationTouchpad_touchEvent() 363 navigationTouchpad.sendTouchEvent(new VirtualTouchEvent.Builder() in virtualNavigationTouchpad_touchEvent()
|
/cts/tests/app/src/android/app/cts/ |
D | DialogTest.java | 446 private MotionEvent sendTouchEvent(long downTime, int action, float x, float y) { in sendTouchEvent() method in DialogTest 483 sendTouchEvent(downTime, MotionEvent.ACTION_DOWN, x, y).recycle(); in testTouchEvent() 484 MotionEvent touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent() 498 sendTouchEvent(downTime, MotionEvent.ACTION_DOWN, x, y).recycle(); in testTouchEvent() 499 touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 5749 …ssion(android.Manifest.permission.CREATE_VIRTUAL_DEVICE) public void sendTouchEvent(@NonNull andro… 5872 …ssion(android.Manifest.permission.CREATE_VIRTUAL_DEVICE) public void sendTouchEvent(@NonNull andro…
|