/third_party/libinput/test/ |
H A D | litest-device-wacom-cintiq-pro-16-pen.c | 32 { .type = EV_ABS, .code = ABS_Z, .value = LITEST_AUTO_ASSIGN }, 48 { .type = EV_ABS, .code = ABS_Z, .value = 0 }, 63 { .type = EV_ABS, .code = ABS_Z, .value = 0 }, 78 case ABS_Z: in get_axis_default() 104 { ABS_Z, -900, 899, 0, 0, 287 },
|
H A D | litest-device-wacom-mobilestudio-pro-pad.c | 67 { ABS_Z, -2048, 2048, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-13hdt-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 287 },
|
H A D | litest-device-wacom-cintiq-24hd-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 0 },
|
H A D | litest-device-wacom-intuos5-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 0 },
|
H A D | test-tablet.c | 2097 ABS_Z)) in START_TEST() 2105 abs = libevdev_get_abs_info(dev->evdev, ABS_Z); in START_TEST() 2114 litest_event(dev, EV_ABS, ABS_Z, abs->minimum); in START_TEST() 2123 litest_event(dev, EV_ABS, ABS_Z, a); in START_TEST() 3476 ABS_Z)) in START_TEST() 3512 ABS_Z)) in START_TEST() 3517 abs = libevdev_get_abs_info(dev->evdev, ABS_Z); in START_TEST() 3526 litest_event(dev, EV_ABS, ABS_Z, abs->minimum); in START_TEST() 3534 litest_event(dev, EV_ABS, ABS_Z, a); in START_TEST()
|
H A D | test-utils.c | 581 { "+REL_Y;-ABS_Z;+BTN_STYLUS", true, 3, in START_TEST() 583 { .type = EV_ABS, .code = ABS_Z, .value = 0}, in START_TEST()
|
H A D | test-device.c | 1149 { ABS_Z, 0, 10, 0, 0, 10 }, in START_TEST()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.h | 137 case ABS_Z: in evcode_to_axis() 205 evcode = ABS_Z; in axis_to_evcode()
|
H A D | evdev-tablet.c | 217 case ABS_Z: in tablet_process_absolute() 610 if (!libevdev_has_event_code(device->evdev, EV_ABS, ABS_Z)) in tablet_update_artpen_rotation() 616 ABS_Z); in tablet_update_artpen_rotation() 1030 /* Rotation is special, it can be either ABS_Z or in tool_set_bits() 1033 * ABS_Z. So let's not copy the axis bit if we don't have in tool_set_bits() 1034 * ABS_Z, otherwise we try to get the value from it later on in tool_set_bits() 1038 ABS_Z)) in tool_set_bits()
|
H A D | evdev.c | 1883 libevdev_disable_event_code(evdev, EV_ABS, ABS_Z); in evdev_disable_accelerometer_axes()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 231 print_bar("ABS_Z:", ctx->abs.z, normalize(ctx->evdev, ABS_Z, ctx->abs.z)); in print_state() 442 case evbit(EV_ABS, ABS_Z): in handle_libevdev_events()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-input_id.c | 171 has_3d_coordinates = has_abs_coordinates && test_bit(ABS_Z, bitmask_abs); in test_pointers()
|
/third_party/libevdev/test/ |
H A D | test-libevdev-events.c | 1504 ck_assert_int_eq(libevdev_get_event_value(dev, EV_ABS, ABS_Z), 0); in START_TEST() 1510 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_ABS, ABS_Z, &value), 0); in START_TEST() 1920 ck_assert_int_eq(libevdev_set_event_value(dev, EV_ABS, ABS_Z, 1), -1); in START_TEST() 1984 ck_assert_int_eq(libevdev_set_slot_value(dev, 1, ABS_Z, 1), -1); in START_TEST()
|
H A D | test-libevdev-has-event.c | 730 libevdev_set_abs_minimum(dev, ABS_Z, 10); in START_TEST() 731 ck_assert_int_eq(libevdev_has_event_code(dev, EV_ABS, ABS_Z), 0); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 856 #define ABS_Z 0x02 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 813 #define ABS_Z 0x02 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 813 #define ABS_Z 0x02 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 841 #define ABS_Z 0x02 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 42 [ABS_Z] = "ABS_Z", 940 { .name = "ABS_Z", .value = ABS_Z },
|