Home
last modified time | relevance | path

Searched defs:ABS_MT_POSITION_X (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/linux_input_sys/src/
Dlib.rs20 const ABS_MT_POSITION_X: u16 = 0x35; constant
/external/crosvm/devices/src/virtio/input/
Dconstants.rs691 pub const ABS_MT_POSITION_X: u16 = 0x35; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h859 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
/external/autotest/client/bin/input/
Dlinux_input.py789 ABS_MT_POSITION_X = 0x35 # Center X ellipse position variable