Home
last modified time | relevance | path

Searched refs:writeScrollEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/input/
DVirtualInputDevice.h75 bool writeScrollEvent(float xAxisMovement, float yAxisMovement,
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java362 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/
DVirtualInputDevice.cpp273 bool VirtualMouse::writeScrollEvent(float xAxisMovement, float yAxisMovement, in writeScrollEvent() function in android::VirtualMouse
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp364 return virtualMouse->writeScrollEvent(xAxisMovement, yAxisMovement, in nativeWriteScrollEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java375 when(mNativeWrapperMock.writeScrollEvent(anyLong(), anyFloat(), anyFloat(), anyLong())) in setUp()
1401 verify(mNativeWrapperMock).writeScrollEvent(fd, x, y, eventTimeNanos); in sendScrollEvent_hasFd_writesEvent()