Searched refs:player_box_button (Results 1 – 1 of 1) sorted by relevance
16 static lv_obj_t * player_box_button = NULL; variable171 player_box_button = lv_obj_create(player_box); in ui_player_screen_init()172 lv_obj_remove_style_all(player_box_button); in ui_player_screen_init()173 lv_obj_set_width(player_box_button, lv_pct(100)); in ui_player_screen_init()174 lv_obj_set_height(player_box_button, lv_pct(30)); in ui_player_screen_init()175 lv_obj_align(player_box_button, LV_ALIGN_TOP_LEFT, 0, lv_pct(70)); in ui_player_screen_init()177 player_start_button = lv_img_create(player_box_button); in ui_player_screen_init()184 player_stop_button = lv_img_create(player_box_button); in ui_player_screen_init()191 player_list_button = lv_img_create(player_box_button); in ui_player_screen_init()203 video_label = lv_label_create(player_box_button); in ui_player_screen_init()