Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_list.c47 static lv_obj_t * app_list_screen; variable
77 app_list_screen = lv_tileview_add_tile(parent, 1, 1, LV_DIR_LEFT); in lv_demo_smartwatch_list_create()
78 lv_obj_remove_flag(app_list_screen, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_list_create()
79 …lv_obj_set_style_bg_color(app_list_screen, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT… in lv_demo_smartwatch_list_create()
80 lv_obj_set_style_bg_opa(app_list_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_list_create()
106 return app_list_screen; in lv_demo_smartwatch_get_tile_app_list()
249 app_list = lv_obj_create(app_list_screen); in create_screen_list()