Searched refs:lv_obj_get_style_min_width (Results 1 – 4 of 4) sorted by relevance
58 TEST_ASSERT_EQUAL_UINT16(lv_pct(100), lv_obj_get_style_min_width(txt_ptr->label, LV_PART_MAIN)); in test_textarea_should_update_label_style_with_one_line_enabled()
355 … new_dsc[t->grow_item_cnt - 1].min_size = f->row ? lv_obj_get_style_min_width(item, in find_track_end()
7 static inline lv_coord_t lv_obj_get_style_min_width(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_min_width() function
120 lv_coord_t minw = lv_obj_get_style_min_width(obj, LV_PART_MAIN); in lv_obj_refr_size()