Searched refs:BTN_TOOL_FINGER (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/linux_input_sys/src/ |
D | lib.rs | 25 const BTN_TOOL_FINGER: u16 = 0x145; constant 150 Self::key(BTN_TOOL_FINGER, active) in finger_tool()
|
/external/autotest/client/bin/input/ |
D | input_device.py | 471 elif self._get_value(EV_KEY, BTN_TOOL_FINGER) == 1: 523 (BTN_TOOL_FINGER in self.events[EV_KEY]) and 539 (not BTN_TOOL_FINGER in self.events[EV_KEY]) and
|
D | linux_input.py | 513 BTN_TOOL_FINGER = 0x145 variable 1207 BTN_TOOL_FINGER : 'TOOL_FINGER',
|
/external/crosvm/devices/src/virtio/input/ |
D | defaults.rs | 147 virtio_input_bitmap::from_bits(&[BTN_TOOL_FINGER, BTN_TOUCH, BTN_LEFT, BTN_RIGHT]), in default_trackpad_events()
|
D | constants.rs | 363 pub const BTN_TOOL_FINGER: u16 = 0x145; constant
|
/external/libxkbcommon/test/ |
D | evdev-scancodes.h | 354 #define BTN_TOOL_FINGER 0x145 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 406 #define BTN_TOOL_FINGER 0x145 macro
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 188 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
|
/external/strace/xlat/ |
D | evdev_keycode.h | 2068 #if defined(BTN_TOOL_FINGER) || (defined(HAVE_DECL_BTN_TOOL_FINGER) && HAVE_DECL_BTN_TOOL_FINGER) 2070 static_assert((BTN_TOOL_FINGER) == (0x145), "BTN_TOOL_FINGER != 0x145"); 2073 # define BTN_TOOL_FINGER 0x145 4171 [BTN_TOOL_FINGER] = XLAT(BTN_TOOL_FINGER),
|
D | evdev_keycode.in | 329 BTN_TOOL_FINGER 0x145
|