Home
last modified time | relevance | path

Searched defs:ABS_MT_TOUCH_MAJOR (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/input/
Dconstants.rs686 pub const ABS_MT_TOUCH_MAJOR: u16 = 0x30; constant
/external/autotest/client/bin/input/
Dlinux_input.py784 ABS_MT_TOUCH_MAJOR = 0x30 # Major axis of touching ellipse variable
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h854 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro