Searched refs:float_button_event_cb (Results 1 – 2 of 2) sorted by relevance
6 static void float_button_event_cb(lv_event_t * e) in float_button_event_cb() function43 lv_obj_add_event_cb(float_btn, float_button_event_cb, LV_EVENT_ALL, list); in lv_example_scroll_3()
8 static void float_button_event_cb(lv_event_t * e) in float_button_event_cb() function63 lv_obj_add_event_cb(float_btn, float_button_event_cb, LV_EVENT_CLICKED, menu); in lv_example_menu_4()