Searched refs:LIBINPUT_EVENT_TOUCH_DOWN (Results 1 - 9 of 9) sorted by relevance
/third_party/libinput/test/ |
H A D | test-touch.c | 114 if (libinput_event_get_type(ev) != LIBINPUT_EVENT_TOUCH_DOWN) { in START_TEST() 170 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 0, 0); in START_TEST() 173 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 0, 1); in START_TEST() 176 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 1, 2); in START_TEST() 179 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 1, 3); in START_TEST() 234 if (type == LIBINPUT_EVENT_TOUCH_DOWN) in START_TEST() 249 ck_assert_int_ne(type, LIBINPUT_EVENT_TOUCH_DOWN); in START_TEST() 286 case LIBINPUT_EVENT_TOUCH_DOWN: in START_TEST() 336 tev = litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_DOWN); in START_TEST() 405 tev = litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_DOWN); in START_TEST() [all...] |
H A D | litest.c | 3148 case LIBINPUT_EVENT_TOUCH_DOWN: in litest_event_type_str() 3699 case LIBINPUT_EVENT_TOUCH_DOWN: in litest_is_touch_event() 4220 tev = litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_DOWN); in litest_assert_touch_sequence() 4283 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_DOWN); in litest_assert_touch_down_frame()
|
H A D | test-misc.c | 330 if (type >= LIBINPUT_EVENT_TOUCH_DOWN && in START_TEST()
|
/third_party/libinput/src/ |
H A D | libinput.c | 94 CASE_RETURN_STRING(LIBINPUT_EVENT_TOUCH_DOWN); in event_type_to_str() 399 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_get_touch_event() local 851 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_time() local 866 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_time_usec() local 881 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_slot() local 895 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_seat_slot() local 911 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_x() local 926 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_x_transformed() local 941 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_y_transformed() local 955 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_y() local 3551 LIBINPUT_EVENT_TOUCH_DOWN, libinput_event_touch_get_base_event() local [all...] |
H A D | libinput.h | 141 * LIBINPUT_EVENT_TOUCH_DOWN, @ref LIBINPUT_EVENT_TOUCH_MOTION, @ref 825 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator 1755 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1760 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref LIBINPUT_EVENT_TOUCH_UP, 1777 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1782 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref LIBINPUT_EVENT_TOUCH_UP, 1797 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1801 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN or @ref 1817 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1821 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN o [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 98 case LIBINPUT_EVENT_TOUCH_DOWN: in print_event_header() 662 if (type == LIBINPUT_EVENT_TOUCH_DOWN || in print_touch_event() 891 case LIBINPUT_EVENT_TOUCH_DOWN: in handle_and_print_events()
|
H A D | libinput-record.c | 637 case LIBINPUT_EVENT_TOUCH_DOWN: in print_touch_event() 672 case LIBINPUT_EVENT_TOUCH_DOWN: in print_touch_event() 1190 case LIBINPUT_EVENT_TOUCH_DOWN: in print_libinput_event()
|
H A D | libinput-debug-gui.c | 1779 case LIBINPUT_EVENT_TOUCH_DOWN: in handle_event_libinput()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 141 * LIBINPUT_EVENT_TOUCH_DOWN, @ref LIBINPUT_EVENT_TOUCH_MOTION, @ref 825 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator 1755 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1760 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref LIBINPUT_EVENT_TOUCH_UP, 1777 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1782 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref LIBINPUT_EVENT_TOUCH_UP, 1797 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1801 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN or @ref 1817 * For events not of type @ref LIBINPUT_EVENT_TOUCH_DOWN, @ref 1821 * other than @ref LIBINPUT_EVENT_TOUCH_DOWN o [all...] |
Completed in 26 milliseconds