Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_roller.c32 static void lv_roller_event(const lv_obj_class_t * class_p, lv_event_t * e);
50 .event_cb = lv_roller_event,
312 static void lv_roller_event(const lv_obj_class_t * class_p, lv_event_t * e) in lv_roller_event() function