Searched refs:message_info_panel (Results 1 – 1 of 1) sorted by relevance
40 static lv_obj_t * message_info_panel; variable262 else if(lv_tileview_get_tile_active(notification_screen) == message_info_panel) { in notification_screen_events_cb()314 message_info_panel = lv_tileview_add_tile(notification_screen, 1, 0, LV_DIR_LEFT); in create_screen_notifications()315 lv_obj_set_width(message_info_panel, lv_pct(100)); in create_screen_notifications()316 lv_obj_set_height(message_info_panel, lv_pct(100)); in create_screen_notifications()318 message_panel = lv_obj_create(message_info_panel); in create_screen_notifications()