Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c34 static lv_smartwatch_notification_click_cb_t notification_click_cb; variable
159 notification_click_cb = cb; in lv_demo_smartwatch_set_notification_click_cb()
220 if(notification_click_cb != NULL) { in notification_clicked_event_cb()
221 notification_click_cb(index); in notification_clicked_event_cb()