Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/widgets/
Dlv_table.c876 const lv_coord_t maxh = lv_obj_get_style_max_height(obj, LV_PART_ITEMS); in refr_size_form_row()
902 const lv_coord_t maxh = lv_obj_get_style_max_height(obj, LV_PART_ITEMS); in refr_cell_size()
/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c358 … LV_PART_MAIN) : lv_obj_get_style_max_height(item, LV_PART_MAIN); in find_track_end()
/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.h31 static inline lv_coord_t lv_obj_get_style_max_height(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_max_height() function
Dlv_obj_pos.c155 lv_coord_t maxh = lv_obj_get_style_max_height(obj, LV_PART_MAIN); in lv_obj_refr_size()