HomeSort by relevance Sort by last modified time
    Searched refs:ABS_MT_POSITION_Y (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone_unittest.cc 133 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
174 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
180 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 43}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
184 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 42}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
229 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
269 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
290 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 102}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
touch_event_converter_ozone.cc 72 if (ioctl(fd_, EVIOCGABS(ABS_MT_POSITION_Y), &abs) != -1) {
120 case ABS_MT_POSITION_Y:
  /external/qemu/android/
multitouch-screen.c 159 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
232 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
  /external/qemu/
linux_keycodes.h 473 #ifndef ABS_MT_POSITION_Y
474 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
  /external/qemu/hw/
goldfish_events_device.c 489 events_set_bit(s, EV_ABS, ABS_MT_POSITION_Y);
497 abs_values[ABS_MT_POSITION_Y].max = abs_values[ABS_Y].max;
  /frameworks/base/tests/touchlag/
touchlag.cpp 157 if (event.code == ABS_MT_POSITION_Y) {
  /frameworks/base/services/input/
EventHub.cpp 144 case ABS_MT_POSITION_Y:
    [all...]
InputReader.cpp     [all...]
  /bionic/libc/kernel/common/linux/
input.h 816 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /external/kernel-headers/original/linux/
input.h 813 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
    [all...]
  /system/core/toolbox/
getevent.h 591 LABEL(ABS_MT_POSITION_Y),
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]

Completed in 322 milliseconds