Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/tileview/
Dlv_tileview.c28 static void tileview_event_cb(lv_event_t * e);
136 lv_obj_add_event_cb(obj, tileview_event_cb, LV_EVENT_ALL, NULL); in lv_tileview_constructor()
151 static void tileview_event_cb(lv_event_t * e) in tileview_event_cb() function