Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_obj_pos.h439 lv_coord_t lv_clamp_height(lv_coord_t height, lv_coord_t min_height, lv_coord_t max_height, lv_coor…
Dlv_obj_pos.c981 lv_coord_t lv_clamp_height(lv_coord_t height, lv_coord_t min_height, lv_coord_t max_height, lv_coor… in lv_clamp_height() argument
984 if(LV_COORD_IS_PCT(max_height)) max_height = (ref_height * LV_COORD_GET_PCT(max_height)) / 100; in lv_clamp_height()
985 return LV_CLAMP(min_height, height, max_height); in lv_clamp_height()
/lvgl-3.5.0/docs/widgets/core/
Ddropdown.md24 - `LV_PART_MAIN` The list itself. Uses the typical background properties. `max_height` can be used …
/lvgl-3.5.0/docs/overview/
Dstyle-props.md51 ### max_height subsection