Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DVirtualMouse.java74 public void sendScrollEvent(@NonNull VirtualMouseScrollEvent event) { in sendScrollEvent() method in VirtualMouse
76 if (!mVirtualDevice.sendScrollEvent(mToken, event)) { in sendScrollEvent()
/frameworks/base/core/java/android/companion/virtual/
DIVirtualDevice.aidl200 boolean sendScrollEvent(IBinder token, in VirtualMouseScrollEvent event); in sendScrollEvent() method
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java898 public boolean sendScrollEvent(IBinder token, VirtualMouseScrollEvent event) {
902 return mInputController.sendScrollEvent(token, event);
DInputController.java355 boolean sendScrollEvent(@NonNull IBinder token, @NonNull VirtualMouseScrollEvent event) { in sendScrollEvent() method in InputController
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1377 assertThat(mDeviceImpl.sendScrollEvent(BINDER, in sendScrollEvent_noFd()
1394 assertThat(mDeviceImpl.sendScrollEvent(BINDER, in sendScrollEvent_hasFd_writesEvent()
/frameworks/base/core/api/
Dsystem-current.txt5674 …ssion(android.Manifest.permission.CREATE_VIRTUAL_DEVICE) public void sendScrollEvent(@NonNull andr…