/third_party/libinput/test/ |
H A D | litest-device-wacom-cintiq-13hdt-pen.c | 32 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 46 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 59 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 79 case ABS_DISTANCE: in get_axis_default() 101 { ABS_DISTANCE, 0, 63, 1, 0, 0 },
|
H A D | litest-device-wacom-cintiq-24hd-pen.c | 32 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 46 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 59 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 79 case ABS_DISTANCE: in get_axis_default() 101 { ABS_DISTANCE, 0, 63, 0, 0, 0 },
|
H A D | litest-device-wacom-bamboo-2fg-pen.c | 32 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 42 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 51 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 61 case ABS_DISTANCE: in get_axis_default() 83 { ABS_DISTANCE, 0, 31, 0, 0, 0 },
|
H A D | litest-device-wacom-bamboo-16fg-pen.c | 32 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 42 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 51 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 61 case ABS_DISTANCE: in get_axis_default() 83 { ABS_DISTANCE, 0, 31, 0, 0, 0 },
|
H A D | litest-device-wacom-intuos5-pen.c | 32 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 46 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 59 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 79 case ABS_DISTANCE: in get_axis_default() 101 { ABS_DISTANCE, 0, 63, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-pro-16-pen.c | 35 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 50 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 65 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 86 case ABS_DISTANCE: in get_axis_default() 107 { ABS_DISTANCE, 0, 63, 1, 0, 0 },
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 32 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 46 { .type = EV_ABS, .code = ABS_DISTANCE, .value = 0 }, 59 { .type = EV_ABS, .code = ABS_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 79 case ABS_DISTANCE: in get_axis_default() 102 { ABS_DISTANCE, 0, 63, 0, 0, 0 },
|
H A D | test-tablet.c | 59 { ABS_DISTANCE, 10 }, in START_TEST() 102 { ABS_DISTANCE, 10 }, in START_TEST() 217 { ABS_DISTANCE, 10 }, in START_TEST() 225 litest_axis_set_value(axes, ABS_DISTANCE, 0); in START_TEST() 239 litest_axis_set_value(axes, ABS_DISTANCE, 10); in START_TEST() 264 { ABS_DISTANCE, 10 }, in START_TEST() 277 litest_axis_set_value(axes, ABS_DISTANCE, 0); in START_TEST() 293 litest_axis_set_value(axes, ABS_DISTANCE, 10); in START_TEST() 319 { ABS_DISTANCE, 0 }, in START_TEST() 358 { ABS_DISTANCE, in START_TEST() [all...] |
H A D | test-misc.c | 417 { ABS_DISTANCE, 10 }, in START_TEST()
|
H A D | test-device.c | 189 { ABS_DISTANCE, 10 }, in START_TEST()
|
H A D | litest.c | 2443 return value == -1 && (ev->code == ABS_PRESSURE || ev->code == ABS_DISTANCE); in tablet_ignore_event()
|
/third_party/libinput/src/ |
H A D | evdev-tablet.h | 140 case ABS_DISTANCE: in evcode_to_axis() 193 evcode = ABS_DISTANCE; in axis_to_evcode()
|
H A D | evdev-tablet.c | 191 /* ABS_DISTANCE doesn't have have fuzz set and causes continuous in tablet_filter_axis_fuzz() 196 case ABS_DISTANCE: in tablet_filter_axis_fuzz() 221 case ABS_DISTANCE: in tablet_process_absolute() 548 if (!libevdev_has_event_code(device->evdev, EV_ABS, ABS_DISTANCE)) in tablet_update_distance() 553 absinfo = libevdev_get_abs_info(device->evdev, ABS_DISTANCE); in tablet_update_distance() 1101 distance = libevdev_get_abs_info(device->evdev, ABS_DISTANCE); in tool_set_pressure_thresholds() 1260 distance = libevdev_get_abs_info(tablet->device->evdev, ABS_DISTANCE); in sanitize_pressure_distance() 1377 distance = libevdev_get_abs_info(device->evdev, ABS_DISTANCE); in detect_pressure_offset() 1497 distance = libevdev_get_abs_info(tablet->device->evdev, ABS_DISTANCE); in tablet_update_proximity_state()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 234 print_bar("ABS_DISTANCE:", ctx->abs.distance, normalize(ctx->evdev, ABS_DISTANCE, ctx->abs.distance)); in print_state() 454 case evbit(EV_ABS, ABS_DISTANCE): in handle_libevdev_events()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 874 #define ABS_DISTANCE 0x19 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 831 #define ABS_DISTANCE 0x19 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 831 #define ABS_DISTANCE 0x19 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 859 #define ABS_DISTANCE 0x19 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 60 [ABS_DISTANCE] = "ABS_DISTANCE", 899 { .name = "ABS_DISTANCE", .value = ABS_DISTANCE },
|