Searched refs:ABS_MT_DISTANCE (Results 1 – 13 of 13) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-atmel-hover.c | 41 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 54 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 63 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = 1 }, 120 { ABS_MT_DISTANCE, 0, 1, 0, 0, 0 },
|
D | litest.c | 2027 case ABS_MT_DISTANCE: in litest_auto_assign_value() 2562 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = 1 }, in litest_hover_end()
|
/third_party/mtdev/include/ |
D | mtdev.h | 67 #ifndef ABS_MT_DISTANCE 68 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/mtdev/test/ |
D | mtdev-mapgen.c | 46 ABS_MT_DISTANCE, \
|
D | mtdev-test.c | 82 CHECK(dev, ABS_MT_DISTANCE); in show_props()
|
/third_party/mtdev/ |
D | README_zh.md | 73 CHECK(dev, ABS_MT_DISTANCE);
|
D | README.md | 73 CHECK(dev, ABS_MT_DISTANCE);
|
D | ChangeLog | 293 Add support for ABS_MT_DISTANCE 296 Add the ABS_MT_DISTANCE to the extended set of handled ABS_MT events.
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 875 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libevdev/include/ |
D | event-names.h | 79 [ABS_MT_DISTANCE] = "ABS_MT_DISTANCE", 888 { .name = "ABS_MT_DISTANCE", .value = ABS_MT_DISTANCE },
|