Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dwallpaper_ui.c14 static lv_obj_t * area_screen_timeout; variable
36 area_screen_timeout = lv_obj_create(bg); in menu_wallpaper_init()
37 lv_obj_set_size(area_screen_timeout, lv_pct(100), LV_SIZE_CONTENT); in menu_wallpaper_init()
38 obj = lv_label_create(area_screen_timeout); in menu_wallpaper_init()
41 obj = lv_dropdown_create(area_screen_timeout); in menu_wallpaper_init()