Searched refs:writeScrollEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/input/ |
D | VirtualInputDevice.h | 75 bool writeScrollEvent(float xAxisMovement, float yAxisMovement,
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | InputController.java | 362 return mNativeWrapper.writeScrollEvent(inputDeviceDescriptor.getNativePointer(), in sendScrollEvent() 530 public boolean writeScrollEvent(long ptr, float xAxisMovement, float yAxisMovement, in writeScrollEvent() method in InputController.NativeWrapper
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 273 bool VirtualMouse::writeScrollEvent(float xAxisMovement, float yAxisMovement, in writeScrollEvent() function in android::VirtualMouse
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 364 return virtualMouse->writeScrollEvent(xAxisMovement, yAxisMovement, in nativeWriteScrollEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | VirtualDeviceManagerServiceTest.java | 375 when(mNativeWrapperMock.writeScrollEvent(anyLong(), anyFloat(), anyFloat(), anyLong())) in setUp() 1401 verify(mNativeWrapperMock).writeScrollEvent(fd, x, y, eventTimeNanos); in sendScrollEvent_hasFd_writesEvent()
|