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

  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_unittest.cc 132 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
173 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
228 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
268 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
289 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
touch_event_converter.cc 115 case ABS_MT_TOUCH_MAJOR:
  /external/qemu/
linux_keycodes.h 455 #ifndef ABS_MT_TOUCH_MAJOR
456 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
  /external/qemu/hw/
goldfish_events_device.c 491 events_set_bit(s, EV_ABS, ABS_MT_TOUCH_MAJOR);
498 abs_values[ABS_MT_TOUCH_MAJOR].max = 0x7fffffff; // TODO: Make it less random
  /external/qemu/android/
multitouch-screen.c 156 _push_event(EV_ABS, ABS_MT_TOUCH_MAJOR, ++mts_state->touch_major);
  /external/kernel-headers/original/linux/
input.h 807 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
822 #define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR
    [all...]
  /bionic/libc/kernel/common/linux/
input.h 809 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /system/core/toolbox/
getevent.h 585 LABEL(ABS_MT_TOUCH_MAJOR),
  /frameworks/base/services/input/
EventHub.cpp 138 case ABS_MT_TOUCH_MAJOR:
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]

Completed in 293 milliseconds