/third_party/libinput/test/ |
D | test-tablet.c | 58 { ABS_DISTANCE, 10 }, in START_TEST() 101 { ABS_DISTANCE, 10 }, in START_TEST() 216 { ABS_DISTANCE, 10 }, in START_TEST() 224 litest_axis_set_value(axes, ABS_DISTANCE, 0); in START_TEST() 241 litest_axis_set_value(axes, ABS_DISTANCE, 10); in START_TEST() 268 { ABS_DISTANCE, 0 }, in START_TEST() 308 { ABS_DISTANCE, 0 }, in START_TEST() 318 litest_axis_set_value(axes, ABS_DISTANCE, 30); in START_TEST() 355 { ABS_DISTANCE, 0 }, in START_TEST() 367 litest_axis_set_value(axes, ABS_DISTANCE, 30); in START_TEST() [all …]
|
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 },
|
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 },
|
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 },
|
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 },
|
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 },
|
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 },
|
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 },
|
D | test-misc.c | 417 { ABS_DISTANCE, 10 }, in START_TEST()
|
D | test-device.c | 189 { ABS_DISTANCE, 10 }, in START_TEST()
|
D | litest.c | 2443 return value == -1 && (ev->code == ABS_PRESSURE || ev->code == ABS_DISTANCE); in tablet_ignore_event()
|
/third_party/libinput/src/ |
D | evdev-tablet.h | 140 case ABS_DISTANCE: in evcode_to_axis() 193 evcode = ABS_DISTANCE; in axis_to_evcode()
|
D | evdev-tablet.c | 195 case ABS_DISTANCE: in tablet_filter_axis_fuzz() 220 case ABS_DISTANCE: in tablet_process_absolute() 556 absinfo = libevdev_get_abs_info(device->evdev, ABS_DISTANCE); in tablet_update_distance() 1246 distance = libevdev_get_abs_info(tablet->device->evdev, ABS_DISTANCE); in sanitize_pressure_distance() 1317 distance = libevdev_get_abs_info(device->evdev, ABS_DISTANCE); in detect_pressure_offset() 1430 distance = libevdev_get_abs_info(tablet->device->evdev, ABS_DISTANCE); in tablet_update_proximity_state()
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 233 …print_bar("ABS_DISTANCE:", ctx->abs.distance, normalize(ctx->evdev, ABS_DISTANCE, ctx->abs.distanc… in print_state() 454 case evbit(EV_ABS, ABS_DISTANCE): in handle_libevdev_events()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 831 #define ABS_DISTANCE 0x19 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 838 #define ABS_DISTANCE 0x19 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 831 #define ABS_DISTANCE 0x19 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 874 #define ABS_DISTANCE 0x19 macro
|
/third_party/libevdev/include/ |
D | event-names.h | 60 [ABS_DISTANCE] = "ABS_DISTANCE", 882 { .name = "ABS_DISTANCE", .value = ABS_DISTANCE },
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2994 case ABS_DISTANCE:
|