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

  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 161 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
203 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
209 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 43}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
213 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 42}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
258 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
298 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
319 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 102}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
434 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51},
438 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 71},
457 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0
    [all...]
touch_event_converter_evdev.cc 104 y_min_tuxels_ = info.GetAbsMinimum(ABS_MT_POSITION_Y),
105 y_num_tuxels_ = info.GetAbsMaximum(ABS_MT_POSITION_Y) - y_min_tuxels_ + 1,
208 case ABS_MT_POSITION_Y:
event_device_info.cc 156 if (HasAbsEvent(ABS_MT_POSITION_X) && HasAbsEvent(ABS_MT_POSITION_Y))
  /external/qemu/android/
linux_keycodes.h 473 #ifndef ABS_MT_POSITION_Y
474 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
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/hw/android/goldfish/
events_device.c 493 events_set_bit(s, EV_ABS, ABS_MT_POSITION_Y);
501 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
input.h 694 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 694 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
  /frameworks/native/services/inputflinger/
EventHub.cpp 124 case ABS_MT_POSITION_Y:
    [all...]
InputReader.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /development/ndk/platforms/android-L/include/linux/
input.h 821 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 845 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /system/core/toolbox/
getevent.h 591 LABEL(ABS_MT_POSITION_Y),
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 1359 milliseconds