Searched refs:lv_test_mouse_click_at (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_arc.c | 137 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()
|
D | test_checkbox.c | 45 lv_test_mouse_click_at(checkbox->coords.x1, checkbox->coords.y1); in test_checkbox_should_call_event_handler_on_click_when_enabled()
|
D | test_switch.c | 30 lv_test_mouse_click_at(sw->coords.x1, sw->coords.y1); in mouse_click_on_switch()
|
D | test_dropdown.c | 144 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/ |
D | lv_test_indev.h | 18 void lv_test_mouse_click_at(lv_coord_t x, lv_coord_t y);
|
D | lv_test_indev.c | 48 void lv_test_mouse_click_at(lv_coord_t x, lv_coord_t y) in lv_test_mouse_click_at() function
|