Searched refs:ABS_MT_POSITION_X (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | evdev_abs.h | 230 #if defined(ABS_MT_POSITION_X) || (defined(HAVE_DECL_ABS_MT_POSITION_X) && HAVE_DECL_ABS_MT_POSITIO… 232 static_assert((ABS_MT_POSITION_X) == (0x35), "ABS_MT_POSITION_X != 0x35"); 235 # define ABS_MT_POSITION_X 0x35 331 [ABS_MT_POSITION_X] = XLAT(ABS_MT_POSITION_X),
|
D | evdev_mtslots.h | 35 #if defined(ABS_MT_POSITION_X) || (defined(HAVE_DECL_ABS_MT_POSITION_X) && HAVE_DECL_ABS_MT_POSITIO… 36 XLAT(ABS_MT_POSITION_X),
|
D | evdev_mtslots.in | 7 ABS_MT_POSITION_X
|
D | evdev_abs.in | 34 ABS_MT_POSITION_X 0x35
|
/external/crosvm/linux_input_sys/src/ |
D | lib.rs | 36 pub const ABS_MT_POSITION_X: u16 = 0x35; constant 150 Self::absolute(ABS_MT_POSITION_X, x) in multitouch_absolute_x()
|
/external/autotest/client/cros/graphics/ |
D | graphics_uinput.py | 45 uinput.ABS_MT_POSITION_X + (0, 2560, 0, 0),
|
/external/crosvm/devices/src/virtio/input/ |
D | defaults.rs | 119 absinfo.insert(ABS_MT_POSITION_X, virtio_input_absinfo::new(0, width, 0, 0)); in default_multitouchscreen_absinfo() 135 ABS_MT_POSITION_X, in default_multitouchscreen_events()
|
D | constants.rs | 691 pub const ABS_MT_POSITION_X: u16 = 0x35; constant
|
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/ |
D | neural_stylus_palm_detection_filter_util_unittest.cc | 140 nocturne_touchscreen_.GetAbsMaximum(ABS_MT_POSITION_X)); in TEST_P() 144 nocturne_touchscreen_.GetAbsResolution(ABS_MT_POSITION_X)); in TEST_P() 229 link_touchscreen.GetAbsResolution(ABS_MT_POSITION_X) / 40.0f, 0.0}; in TEST_P()
|
D | neural_stylus_palm_detection_filter_util.cc | 17 info.max_x = devinfo.GetAbsMaximum(ABS_MT_POSITION_X); in CreatePalmFilterDeviceInfo() 18 info.x_res = devinfo.GetAbsResolution(ABS_MT_POSITION_X); in CreatePalmFilterDeviceInfo()
|
D | neural_stylus_palm_detection_filter.cc | 594 ABS_MT_POSITION_X, ABS_MT_POSITION_Y, ABS_MT_TOUCH_MAJOR}; in CompatibleWithNeuralStylusPalmDetectionFilter()
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 796 ABS_MT_POSITION_X = 0x35 # Center X ellipse position variable 1276 ABS_MT_POSITION_X : 'MT_POSITION_X',
|
D | input_device.py | 413 return ABS_MT_POSITION_X
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 887 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|