Home
last modified time | relevance | path

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

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c180 return explorer->head_area; in lv_file_explorer_get_header()
290 explorer->head_area = lv_obj_create(explorer->browser_area); in lv_file_explorer_constructor()
291 lv_obj_set_size(explorer->head_area, LV_PCT(100), LV_PCT(14)); in lv_file_explorer_constructor()
292 lv_obj_remove_flag(explorer->head_area, LV_OBJ_FLAG_SCROLLABLE); in lv_file_explorer_constructor()
323 explorer->path_label = lv_label_create(explorer->head_area); in lv_file_explorer_constructor()
363 lv_obj_set_style_radius(explorer->head_area, 0, 0); in init_style()
364 lv_obj_set_style_border_width(explorer->head_area, 0, 0); in init_style()
365 lv_obj_set_style_pad_top(explorer->head_area, 0, 0); in init_style()
Dlv_file_explorer_private.h34 lv_obj_t * head_area; member