Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dplayer_ui.c14 static lv_obj_t * player_box = NULL; variable
95 video_list_box = lv_obj_create(player_box); in player_list_button_callback()
160 player_box = lv_obj_create(ui_player_screen); in ui_player_screen_init()
161 lv_obj_remove_style_all(player_box); in ui_player_screen_init()
162 lv_obj_set_width(player_box, lv_pct(100)); in ui_player_screen_init()
163 lv_obj_set_height(player_box, lv_pct(80)); in ui_player_screen_init()
164 lv_obj_align(player_box, LV_ALIGN_TOP_LEFT, 0, lv_pct(10)); in ui_player_screen_init()
166 player_box_canvas = lv_obj_create(player_box); in ui_player_screen_init()
171 player_box_button = lv_obj_create(player_box); in ui_player_screen_init()