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

1 2

  /external/strace/xlat/
evdev_mtslots.h 32 #if defined(ABS_MT_POSITION_Y) || (defined(HAVE_DECL_ABS_MT_POSITION_Y) && HAVE_DECL_ABS_MT_POSITION_Y)
33 XLAT(ABS_MT_POSITION_Y),
evdev_abs.h 110 #if defined(ABS_MT_POSITION_Y) || (defined(HAVE_DECL_ABS_MT_POSITION_Y) && HAVE_DECL_ABS_MT_POSITION_Y)
111 XLAT(ABS_MT_POSITION_Y),
  /bootable/recovery/
wear_touch.cpp 81 case ABS_MT_POSITION_Y:
145 if (test_bit(ABS_MT_POSITION_X, bits) && test_bit(ABS_MT_POSITION_Y, bits)) {
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 77 case ABS_MT_POSITION_Y:
152 && mDeviceNode->hasAbsoluteAxis(ABS_MT_POSITION_Y)) {
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 45 node->addAbsAxis(ABS_MT_POSITION_Y, nullptr);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp 232 connection->sendEvent(EV_ABS, ABS_MT_POSITION_Y, y);
  /frameworks/base/tests/touchlag/
touchlag.cpp 157 if (event.code == ABS_MT_POSITION_Y) {
  /external/autotest/client/bin/input/
linux_input.py 781 ABS_MT_POSITION_Y = 0x36 # Center Y ellipse position
    [all...]
input_device.py 398 return ABS_MT_POSITION_Y
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 792 #define ABS_MT_POSITION_Y 0x36
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 718 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch 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 */
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 167 (syn_time, EV_ABS, ABS_MT_POSITION_Y, point.y))
216 """Is this packet ABS_MT_POSITION_Y?"""
219 event[MTB.EV_CODE] == ABS_MT_POSITION_Y)
339 Event: time, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 288
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 124 case ABS_MT_POSITION_Y:
    [all...]
  /development/ndk/platforms/android-21/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /external/autotest/client/cros/graphics/
graphics_utils.py 169 uinput.ABS_MT_POSITION_Y + (0, 1700, 0, 0),
304 _uinput_emit(device, 'ABS_MT_POSITION_Y', int(rel_y * height), syn=False)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 778 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
input.h 850 #define ABS_MT_POSITION_Y 0x36
    [all...]

Completed in 2563 milliseconds

1 2