Searched refs:lv_demo_smartwatch_scroll_event (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_private.h | 206 void lv_demo_smartwatch_scroll_event(lv_event_t * e);
|
D | lv_demo_smartwatch_list.c | 271 lv_obj_add_event_cb(app_list, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_list()
|
D | lv_demo_smartwatch_notifications.c | 384 lv_obj_add_event_cb(message_list, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_notifications()
|
D | lv_demo_smartwatch_settings.c | 504 lv_obj_add_event_cb(settings_list, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_settings()
|
D | lv_demo_smartwatch_weather.c | 366 … lv_obj_add_event_cb(weather_forecast_daily, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_weather()
|
D | lv_demo_smartwatch.c | 135 void lv_demo_smartwatch_scroll_event(lv_event_t * e) in lv_demo_smartwatch_scroll_event() function
|