Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_dropdown.c483 lv_coord_t list_fit_h = label_h + top + bottom; in lv_dropdown_open() local
484 lv_coord_t list_h = list_fit_h; in lv_dropdown_open()
514 if(list_h > list_fit_h) list_h = list_fit_h; in lv_dropdown_open()