Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_private.h206 void lv_demo_smartwatch_scroll_event(lv_event_t * e);
Dlv_demo_smartwatch_list.c271 lv_obj_add_event_cb(app_list, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_list()
Dlv_demo_smartwatch_notifications.c384 lv_obj_add_event_cb(message_list, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_notifications()
Dlv_demo_smartwatch_settings.c504 lv_obj_add_event_cb(settings_list, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_settings()
Dlv_demo_smartwatch_weather.c366 … lv_obj_add_event_cb(weather_forecast_daily, lv_demo_smartwatch_scroll_event, LV_EVENT_ALL, NULL); in create_screen_weather()
Dlv_demo_smartwatch.c135 void lv_demo_smartwatch_scroll_event(lv_event_t * e) in lv_demo_smartwatch_scroll_event() function