/external/chromium_org/ui/events/ozone/evdev/ |
touch_event_converter_unittest.cc | 133 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45}, 174 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45}, 180 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 50}, 229 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45}, 269 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45}, 290 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45},
|
touch_event_converter.cc | 61 if (ioctl(fd_, EVIOCGABS(ABS_MT_PRESSURE), &abs) != -1) { 65 DLOG(WARNING) << "failed ioctl EVIOCGABS ABS_MT_PRESSURE event" << id_; 138 case ABS_MT_PRESSURE:
|
/external/qemu/android/ |
multitouch-screen.c | 157 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure); 224 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
|
/external/qemu/ |
linux_keycodes.h | 485 #ifndef ABS_MT_PRESSURE 486 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */
|
/external/qemu/hw/ |
goldfish_events_device.c | 492 events_set_bit(s, EV_ABS, ABS_MT_PRESSURE); 499 abs_values[ABS_MT_PRESSURE].max = 0x100; // TODO: Make it less random
|
/bionic/libc/kernel/common/linux/ |
input.h | 821 #define ABS_MT_PRESSURE 0x3a [all...] |
/external/kernel-headers/original/linux/ |
input.h | 817 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ [all...] |
/system/core/toolbox/ |
getevent.h | 595 LABEL(ABS_MT_PRESSURE),
|
/frameworks/base/services/input/ |
EventHub.cpp | 148 case ABS_MT_PRESSURE: [all...] |
InputReader.cpp | [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |