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

  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 158 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
200 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
255 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
295 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
316 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
431 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
454 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
touch_event_converter_evdev.cc 187 case ABS_MT_TOUCH_MAJOR:
  /external/qemu/android/
linux_keycodes.h 455 #ifndef ABS_MT_TOUCH_MAJOR
456 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
multitouch-screen.c 156 _push_event(EV_ABS, ABS_MT_TOUCH_MAJOR, ++mts_state->touch_major);
  /external/qemu/hw/android/goldfish/
events_device.c 495 events_set_bit(s, EV_ABS, ABS_MT_TOUCH_MAJOR);
502 abs_values[ABS_MT_TOUCH_MAJOR].max = 0x7fffffff; // TODO: Make it less random
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
input.h 688 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 688 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
  /bionic/libc/kernel/uapi/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /development/ndk/platforms/android-L/include/linux/
input.h 814 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 839 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
input.h 842 #define ABS_MT_TOUCH_MAJOR 0x30
    [all...]
  /system/core/toolbox/
getevent.h 585 LABEL(ABS_MT_TOUCH_MAJOR),
  /frameworks/native/services/inputflinger/
EventHub.cpp 118 case ABS_MT_TOUCH_MAJOR:
    [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 4018 milliseconds