Home
last modified time | relevance | path

Searched refs:ABS_TOOL_WIDTH (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/tests/data/
Dtwo_finger_tap.vertical.dat29 Event code 28 (ABS_TOOL_WIDTH)
67 Event: time 1405447526.248310, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
78 Event: time 1405447526.296995, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
96 Event: time 1405447526.356407, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
102 Event: time 1405447526.366153, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
103 Event: time 1405447526.366153, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
105 Event: time 1405447526.376152, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
106 Event: time 1405447526.376152, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
108 Event: time 1405447526.386111, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
109 Event: time 1405447526.386111, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
[all …]
Dfinger_crossing.top_right_to_bottom_left.slow.dat29 Event code 28 (ABS_TOOL_WIDTH)
68 Event: time 1405436904.108107, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
125 Event: time 1405436904.179544, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
143 Event: time 1405436904.189095, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
181 Event: time 1405436904.235390, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
205 Event: time 1405436904.267167, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
219 Event: time 1405436904.277386, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
249 Event: time 1405436904.309186, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
282 Event: time 1405436904.384190, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
290 Event: time 1405436904.389303, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
[all …]
Dtwo_finger_tap_one_finger_hold.dat29 Event code 28 (ABS_TOOL_WIDTH)
70 Event: time 11281.055664, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
118 Event: time 11281.155187, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 2
122 Event: time 11281.155187, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
129 Event: time 11281.164931, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 1
151 Event: time 11281.362802, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
280 Event: time 11285.527966, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 1
Dtwo_finger_long_hold.dat29 Event code 28 (ABS_TOOL_WIDTH)
71 Event: time 11444.817851, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
291 Event: time 11448.647116, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 1
296 Event: time 11448.647116, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 3
301 Event: time 11448.657137, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 1
Done_finger_long_hold.dat5 Event: time 9177.612797, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 4
234 Event: time 9180.688543, type 3 (EV_ABS), code 28 (ABS_TOOL_WIDTH), value 1
/external/strace/xlat/
Devdev_abs.h167 #if defined(ABS_TOOL_WIDTH) || (defined(HAVE_DECL_ABS_TOOL_WIDTH) && HAVE_DECL_ABS_TOOL_WIDTH)
169 static_assert((ABS_TOOL_WIDTH) == (0x1c), "ABS_TOOL_WIDTH != 0x1c");
172 # define ABS_TOOL_WIDTH 0x1c
322 [ABS_TOOL_WIDTH] = XLAT(ABS_TOOL_WIDTH),
Devdev_abs.in25 ABS_TOOL_WIDTH 0x1c
/external/autotest/client/bin/input/
Dlinux_input.py768 ABS_TOOL_WIDTH = 0x1c variable
1251 ABS_TOOL_WIDTH : 'TOOL_WIDTH',
Dinput_device.py408 elif code == ABS_TOOL_WIDTH:
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h705 #define ABS_TOOL_WIDTH 0x1c macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h751 #define ABS_TOOL_WIDTH 0x1c macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c253 [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "Tool Width",