Searched refs:EV_REL (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | uinput.rs | 37 const EV_REL: libc::c_int = 0x02; constant 202 libc::ioctl(fd, UI_SET_EVBIT, EV_REL); in init()
|
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/ |
D | VirtualMachine.java | 959 short EV_REL = 0x02; in sendMouseEvent() local 971 new InputEvent(EV_REL, REL_X, x), in sendMouseEvent() 972 new InputEvent(EV_REL, REL_Y, y), in sendMouseEvent() 1015 new InputEvent(EV_REL, REL_HWHEEL, scrollX), in sendMouseEvent() 1022 new InputEvent(EV_REL, REL_WHEEL, scrollY), in sendMouseEvent()
|