Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_arc.c25 static void dummy_event_cb(lv_event_t * e);
170 lv_obj_add_event_cb(arc, dummy_event_cb, LV_EVENT_PRESSED, NULL); in test_arc_click_area_with_adv_hittest()
207 lv_obj_add_event_cb(arc, dummy_event_cb, LV_EVENT_PRESSED, NULL); in test_arc_click_sustained_from_start_to_end_does_not_set_value_to_max()
263 lv_obj_add_event_cb(arc, dummy_event_cb, LV_EVENT_PRESSED, NULL); in test_two_overlapping_arcs_can_be_interacted_independently()
301 static void dummy_event_cb(lv_event_t * e) in dummy_event_cb() function