Searched refs:lv_cont_set_fit2 (Results 1 – 6 of 6) sorted by relevance
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_cont.h | 158 static inline void lv_cont_set_fit2(lv_obj_t * cont, lv_fit_t hor, lv_fit_t ver) in lv_cont_set_fit2() function
|
D | lv_btn.h | 135 lv_cont_set_fit2(btn, hor, ver); in lv_btn_set_fit2()
|
D | lv_page.h | 188 lv_cont_set_fit2(lv_page_get_scrollable(page), hor, ver); in lv_page_set_scrollable_fit2()
|
D | lv_dropdown.c | 391 lv_cont_set_fit2(ext->page, LV_FIT_TIGHT, LV_FIT_NONE); in lv_dropdown_set_max_height() 619 lv_cont_set_fit2(ext->page, LV_FIT_TIGHT, LV_FIT_NONE); in lv_dropdown_open() 623 lv_cont_set_fit2(ext->page, LV_FIT_NONE, LV_FIT_NONE); in lv_dropdown_open()
|
D | lv_msgbox.c | 105 lv_cont_set_fit2(mbox, LV_FIT_NONE, LV_FIT_TIGHT); in lv_msgbox_create()
|
D | lv_list.c | 337 lv_cont_set_fit2(list, LV_FIT_NONE, LV_FIT_TIGHT); in lv_list_set_layout()
|