Home
last modified time | relevance | path

Searched refs:lv_cont_set_fit2 (Results 1 – 6 of 6) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_cont.h158 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
Dlv_btn.h135 lv_cont_set_fit2(btn, hor, ver); in lv_btn_set_fit2()
Dlv_page.h188 lv_cont_set_fit2(lv_page_get_scrollable(page), hor, ver); in lv_page_set_scrollable_fit2()
Dlv_dropdown.c391 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()
Dlv_msgbox.c105 lv_cont_set_fit2(mbox, LV_FIT_NONE, LV_FIT_TIGHT); in lv_msgbox_create()
Dlv_list.c337 lv_cont_set_fit2(list, LV_FIT_NONE, LV_FIT_TIGHT); in lv_list_set_layout()