Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c29 static void notification_clicked_event_cb(lv_event_t * e);
144 …lv_obj_add_event_cb(notification_item, notification_clicked_event_cb, LV_EVENT_CLICKED, (void *)(i… in lv_demo_smartwatch_add_notification()
215 static void notification_clicked_event_cb(lv_event_t * e) in notification_clicked_event_cb() function