Searched refs:ABS_MT_POSITION_Y (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | evdev_abs.h | 237 #if defined(ABS_MT_POSITION_Y) || (defined(HAVE_DECL_ABS_MT_POSITION_Y) && HAVE_DECL_ABS_MT_POSITIO… 239 static_assert((ABS_MT_POSITION_Y) == (0x36), "ABS_MT_POSITION_Y != 0x36"); 242 # define ABS_MT_POSITION_Y 0x36 332 [ABS_MT_POSITION_Y] = XLAT(ABS_MT_POSITION_Y),
|
D | evdev_mtslots.h | 38 #if defined(ABS_MT_POSITION_Y) || (defined(HAVE_DECL_ABS_MT_POSITION_Y) && HAVE_DECL_ABS_MT_POSITIO… 39 XLAT(ABS_MT_POSITION_Y),
|
D | evdev_mtslots.in | 8 ABS_MT_POSITION_Y
|
D | evdev_abs.in | 35 ABS_MT_POSITION_Y 0x36
|
/external/crosvm/linux_input_sys/src/ |
D | lib.rs | 21 const ABS_MT_POSITION_Y: u16 = 0x36; constant 130 Self::absolute(ABS_MT_POSITION_Y, y) in multitouch_absolute_y()
|
/external/autotest/client/cros/graphics/ |
D | graphics_uinput.py | 45 uinput.ABS_MT_POSITION_Y + (0, 1700, 0, 0),
|
/external/crosvm/devices/src/virtio/input/ |
D | defaults.rs | 115 ABS_MT_POSITION_Y, in default_multitouchscreen_absinfo() 130 ABS_MT_POSITION_Y, in default_multitouchscreen_events()
|
D | constants.rs | 692 pub const ABS_MT_POSITION_Y: u16 = 0x36; constant
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 790 ABS_MT_POSITION_Y = 0x36 # Center Y ellipse position variable 1270 ABS_MT_POSITION_Y : 'MT_POSITION_Y',
|
D | input_device.py | 410 return ABS_MT_POSITION_Y
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 860 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro
|