Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c28 static void notification_screen_events_cb(lv_event_t * e);
229 static void notification_screen_events_cb(lv_event_t * e) in notification_screen_events_cb() function
386 lv_obj_add_event_cb(notification_screen, notification_screen_events_cb, LV_EVENT_ALL, NULL); in create_screen_notifications()