Searched refs:message_list_panel (Results 1 – 1 of 1) sorted by relevance
45 static lv_obj_t * message_list_panel; variable253 if(lv_tileview_get_tile_active(notification_screen) == message_list_panel) { in notification_screen_events_cb()293 lv_tileview_get_tile_active(notification_screen) == message_list_panel) { in notification_screen_events_cb()355 message_list_panel = lv_tileview_add_tile(notification_screen, 0, 0, LV_DIR_NONE); in create_screen_notifications()356 lv_obj_set_width(message_list_panel, lv_pct(100)); in create_screen_notifications()357 lv_obj_set_height(message_list_panel, lv_pct(100)); in create_screen_notifications()359 message_list = lv_obj_create(message_list_panel); in create_screen_notifications()377 empty_info = lv_label_create(message_list_panel); in create_screen_notifications()