Home
last modified time | relevance | path

Searched refs:lv_test_mouse_click_at (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_arc.c137 lv_test_mouse_click_at(50, 50); in test_arc_click_area_with_adv_hittest()
142 lv_test_mouse_click_at(83, 50); in test_arc_click_area_with_adv_hittest()
147 lv_test_mouse_click_at(86, 50); in test_arc_click_area_with_adv_hittest()
152 lv_test_mouse_click_at(104, 50); in test_arc_click_area_with_adv_hittest()
157 lv_test_mouse_click_at(106, 50); in test_arc_click_area_with_adv_hittest()
Dtest_checkbox.c45 lv_test_mouse_click_at(checkbox->coords.x1, checkbox->coords.y1); in test_checkbox_should_call_event_handler_on_click_when_enabled()
Dtest_switch.c30 lv_test_mouse_click_at(sw->coords.x1, sw->coords.y1); in mouse_click_on_switch()
Dtest_dropdown.c144 lv_test_mouse_click_at(dd1->coords.x1 + 5, dd1->coords.y1 + 5); in test_dropdown_click()
149 lv_test_mouse_click_at(list->coords.x1 + 5, list->coords.y2 - 25); in test_dropdown_click()
/lvgl-3.7.0/tests/src/
Dlv_test_indev.h18 void lv_test_mouse_click_at(lv_coord_t x, lv_coord_t y);
Dlv_test_indev.c48 void lv_test_mouse_click_at(lv_coord_t x, lv_coord_t y) in lv_test_mouse_click_at() function