Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInputFilterInputTest.kt177 sendTouchEvent(ACTION_DOWN, downTime, downTime) in testSingleDeviceTouchEventsWithoutA11yFeatures()
180 sendTouchEvent(ACTION_MOVE, downTime, SystemClock.uptimeMillis()) in testSingleDeviceTouchEventsWithoutA11yFeatures()
183 sendTouchEvent(ACTION_UP, downTime, SystemClock.uptimeMillis()) in testSingleDeviceTouchEventsWithoutA11yFeatures()
198 sendTouchEvent(ACTION_DOWN, downTime, downTime) in testSingleDeviceTouchEventsWithAllA11yFeatures()
203 sendTouchEvent(ACTION_MOVE, downTime, SystemClock.uptimeMillis()) in testSingleDeviceTouchEventsWithAllA11yFeatures()
207 sendTouchEvent(ACTION_UP, downTime, SystemClock.uptimeMillis()) in testSingleDeviceTouchEventsWithAllA11yFeatures()
222 sendTouchEvent(ACTION_DOWN, downTime, downTime) in testTouchDownCancelDownWithAllA11yFeatures()
227 sendTouchEvent(ACTION_CANCEL, downTime, SystemClock.uptimeMillis()) in testTouchDownCancelDownWithAllA11yFeatures()
232 sendTouchEvent(ACTION_DOWN, newDownTime, newDownTime) in testTouchDownCancelDownWithAllA11yFeatures()
281 sendTouchEvent(ACTION_DOWN, newDownTime, newDownTime) in testStylusThenTouch()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.java76 sendTouchEvent((MotionEvent) ev); in onSessionStart()
94 sendTouchEvent(e1); in onSessionStart()
95 sendTouchEvent(e2); in onSessionStart()
109 private void sendTouchEvent(MotionEvent event) { in sendTouchEvent() method in ShadeTouchHandler
/frameworks/base/core/java/android/hardware/input/
DVirtualNavigationTouchpad.java55 public void sendTouchEvent(@NonNull VirtualTouchEvent event) { in sendTouchEvent() method in VirtualNavigationTouchpad
57 if (!mVirtualDevice.sendTouchEvent(mToken, event)) { in sendTouchEvent()
DVirtualTouchscreen.java49 public void sendTouchEvent(@NonNull VirtualTouchEvent event) { in sendTouchEvent() method in VirtualTouchscreen
51 if (!mVirtualDevice.sendTouchEvent(mToken, event)) { in sendTouchEvent()
/frameworks/base/core/java/android/companion/virtual/
DIVirtualDevice.aidl206 boolean sendTouchEvent(IBinder token, in VirtualTouchEvent event); in sendTouchEvent() method
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java874 public boolean sendTouchEvent(IBinder token, VirtualTouchEvent event) {
878 return mInputController.sendTouchEvent(token, event);
DInputController.java329 boolean sendTouchEvent(@NonNull IBinder token, @NonNull VirtualTouchEvent event) { in sendTouchEvent() method in InputController
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1407 assertThat(mDeviceImpl.sendTouchEvent(BINDER, in sendTouchEvent_noFd()
1430 assertThat(mDeviceImpl.sendTouchEvent(BINDER, in sendTouchEvent_hasFd_writesEvent_withoutPressureOrMajorAxisSize()
1458 assertThat(mDeviceImpl.sendTouchEvent(BINDER, in sendTouchEvent_hasFd_writesEvent()
/frameworks/base/core/api/
Dsystem-current.txt5748 …ssion(android.Manifest.permission.CREATE_VIRTUAL_DEVICE) public void sendTouchEvent(@NonNull andro…
5871 …ssion(android.Manifest.permission.CREATE_VIRTUAL_DEVICE) public void sendTouchEvent(@NonNull andro…