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

  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 160 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
202 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
208 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
257 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
297 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
306 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
314 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0},
318 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 101},
348 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
366 {{0, 0}, EV_ABS, ABS_MT_SLOT, 0}, {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 39}
    [all...]
touch_event_converter_evdev.cc 102 x_min_tuxels_ = info.GetAbsMinimum(ABS_MT_POSITION_X),
103 x_num_tuxels_ = info.GetAbsMaximum(ABS_MT_POSITION_X) - x_min_tuxels_ + 1,
200 case ABS_MT_POSITION_X:
event_device_info.cc 156 if (HasAbsEvent(ABS_MT_POSITION_X) && HasAbsEvent(ABS_MT_POSITION_Y))
  /external/qemu/android/
linux_keycodes.h 470 #ifndef ABS_MT_POSITION_X
471 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */
multitouch-screen.c 158 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
228 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
  /external/qemu/hw/android/goldfish/
events_device.c 492 events_set_bit(s, EV_ABS, ABS_MT_POSITION_X);
500 abs_values[ABS_MT_POSITION_X].max = abs_values[ABS_X].max;
  /frameworks/base/tests/touchlag/
touchlag.cpp 154 if (event.code == ABS_MT_POSITION_X) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
input.h 693 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 693 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */
  /frameworks/native/services/inputflinger/
EventHub.cpp 123 case ABS_MT_POSITION_X:
    [all...]
InputReader.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /development/ndk/platforms/android-L/include/linux/
input.h 820 #define ABS_MT_POSITION_X 0x35
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 844 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /system/core/toolbox/
getevent.h 590 LABEL(ABS_MT_POSITION_X),
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 3306 milliseconds