Searched refs:lv_obj_get_style_max_height (Results 1 – 4 of 4) sorted by relevance
876 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()
358 … LV_PART_MAIN) : lv_obj_get_style_max_height(item, LV_PART_MAIN); in find_track_end()
31 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
155 lv_coord_t maxh = lv_obj_get_style_max_height(obj, LV_PART_MAIN); in lv_obj_refr_size()