Searched refs:video_list_box (Results 1 – 1 of 1) sorted by relevance
21 static lv_obj_t * video_list_box = NULL; variable78 video_list_box = NULL; in player_page_jump_furniture_control_callback()85 lv_obj_del(video_list_box); in video_name_callback()86 video_list_box = NULL; in video_name_callback()94 if (video_list_box == NULL) { in player_list_button_callback()95 video_list_box = lv_obj_create(player_box); in player_list_button_callback()97 lv_obj_set_width(video_list_box, lv_pct(50)); in player_list_button_callback()98 lv_obj_set_height(video_list_box, lv_pct(40)); in player_list_button_callback()99 lv_obj_align(video_list_box, LV_ALIGN_TOP_LEFT, 0, lv_pct(40)); in player_list_button_callback()101 video_list = lv_list_create(video_list_box); in player_list_button_callback()[all …]