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

  /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 148 milliseconds