Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/widgets/tileview/
Dlv_tileview.c26 static void tileview_event_cb(lv_event_t * e);
129 lv_obj_add_event_cb(obj, tileview_event_cb, LV_EVENT_ALL, NULL); in lv_tileview_constructor()
154 static void tileview_event_cb(lv_event_t * e) in tileview_event_cb() function