Searched refs:ABS_MT_POSITION_Y (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev_unittest.cc161 {{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, 5
[all...]
H A Dtouch_event_converter_evdev.cc104 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:
H A Devent_device_info.cc156 if (HasAbsEvent(ABS_MT_POSITION_X) && HasAbsEvent(ABS_MT_POSITION_Y))
/external/qemu/android/
H A Dlinux_keycodes.h473 #ifndef ABS_MT_POSITION_Y
474 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */ macro
H A Dmultitouch-screen.c159 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
232 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
/external/qemu/hw/android/goldfish/
H A Devents_device.c493 events_set_bit(s, EV_ABS, ABS_MT_POSITION_Y);
501 abs_values[ABS_MT_POSITION_Y].max = abs_values[ABS_Y].max;
/external/kernel-headers/original/uapi/linux/
H A Dinput.h845 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro

Completed in 125 milliseconds