/third_party/libinput/test/ |
H A D | litest-device-dell-canvas-totem.c | 38 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 49 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 67 case ABS_MT_ORIENTATION: in get_axis_default() 86 { ABS_MT_ORIENTATION, -89, 89, 0, 0, 0 },
|
H A D | litest-device-magic-trackpad.c | 38 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 51 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 64 case ABS_MT_ORIENTATION: in get_axis_default() 83 { ABS_MT_ORIENTATION, -31, 32, 1, 0, 0 },
|
H A D | litest-device-bcm5974.c | 37 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 51 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 70 case ABS_MT_ORIENTATION: in get_axis_default() 91 { ABS_MT_ORIENTATION, -16384, 16384, 3276, 0, 0 },
|
H A D | litest-device-touch-screen.c | 37 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 49 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = LITEST_AUTO_ASSIGN }, 65 { ABS_MT_ORIENTATION, -256, 255, 0, 0, 0 },
|
H A D | litest-device-synaptics-rmi4.c | 35 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = 0 }, 50 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = 0 }, 105 { ABS_MT_ORIENTATION, 0, 1, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-pro-16-finger.c | 33 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = 0 }, 62 { ABS_MT_ORIENTATION, 0, 1, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-13hdt-finger.c | 33 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = 0 }, 63 { ABS_MT_ORIENTATION, 0, 1, 0, 0, 0 },
|
H A D | test-totem.c | 283 { ABS_MT_ORIENTATION, 50 }, /* mid-point is 0 */ in START_TEST() 296 litest_axis_set_value(axes, ABS_MT_ORIENTATION, 50 + i); in START_TEST() 320 litest_axis_set_value(axes, ABS_MT_ORIENTATION, 50 - i); in START_TEST()
|
H A D | litest-device-apple-magicmouse.c | 78 { ABS_MT_ORIENTATION, -31, 32, 1, 0, 0 },
|
H A D | litest-device-atmel-hover.c | 114 { ABS_MT_ORIENTATION, 0, 255, 0, 0, 0 },
|
H A D | litest-device-anker-mouse-kbd.c | 201 { ABS_MT_ORIENTATION, 0, 255, 0, 0, 0 },
|
H A D | test-touchpad.c | 2308 { ABS_MT_ORIENTATION, 0 }, in START_TEST() 2341 { ABS_MT_ORIENTATION, 0 }, in START_TEST() 6484 { ABS_MT_ORIENTATION, 0 }, in START_TEST() 6517 { ABS_MT_ORIENTATION, 0 }, in START_TEST()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touch-size.py | 198 self.has_orientation = self.has(libevdev.EV_ABS.ABS_MT_ORIENTATION) 283 elif event.matches(libevdev.EV_ABS.ABS_MT_ORIENTATION):
|
/third_party/libinput/src/ |
H A D | evdev-totem.c | 241 case ABS_MT_ORIENTATION: in totem_process_abs() 292 ABS_MT_ORIENTATION); in totem_slot_fetch_axes()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 898 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 854 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 854 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 883 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 73 [ABS_MT_ORIENTATION] = "ABS_MT_ORIENTATION", 913 { .name = "ABS_MT_ORIENTATION", .value = ABS_MT_ORIENTATION },
|