Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c46 static lv_obj_t * message_list; variable
101 lv_obj_clean(message_list); in lv_demo_smartwatch_clear_notifications()
107 lv_obj_t * notification_item = lv_obj_create(message_list); in lv_demo_smartwatch_add_notification()
236 lv_obj_scroll_by(message_list, 0, 1, LV_ANIM_OFF); in notification_screen_events_cb()
237 lv_obj_scroll_by(message_list, 0, -1, LV_ANIM_OFF); in notification_screen_events_cb()
241 lv_obj_set_scrollbar_mode(message_list, lv_demo_smartwatch_get_scrollbar_mode()); in notification_screen_events_cb()
359 message_list = lv_obj_create(message_list_panel); in create_screen_notifications()
361 lv_obj_set_width(message_list, lv_pct(100)); in create_screen_notifications()
362 lv_obj_set_height(message_list, lv_pct(100)); in create_screen_notifications()
363 lv_obj_set_align(message_list, LV_ALIGN_TOP_MID); in create_screen_notifications()
[all …]